diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca4f1607..d59ff346 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace exclude: ^tests/.*/fixtures/.* @@ -12,13 +12,13 @@ repos: - id: debug-statements - repo: https://github.com/hadialqattan/pycln - rev: v2.1.1 + rev: v2.1.5 hooks: - id: pycln args: [ --all ] - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.3.0 hooks: - id: black @@ -29,7 +29,7 @@ repos: args: [ --add-import, from __future__ import annotations, --lines-after-imports, "-1" ] - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: &flake8_deps @@ -52,7 +52,7 @@ repos: additional_dependencies: *flake8_deps - repo: https://github.com/asottile/pyupgrade - rev: v3.2.0 + rev: v3.4.0 hooks: - id: pyupgrade exclude: ^build\.py$ @@ -60,7 +60,7 @@ repos: - --py37-plus - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.982 + rev: v1.3.0 hooks: - id: mypy pass_filenames: false