diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24bbfb6b7..31fb593c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,18 +5,18 @@ ci: repos: - repo: https://github.com/asottile/pyupgrade - rev: "v3.8.0" + rev: "v3.19.1" hooks: - id: pyupgrade args: ["--py39-plus"] - repo: https://github.com/psf/black - rev: "23.3.0" + rev: "24.10.0" hooks: - id: black - repo: https://github.com/PyCQA/autoflake - rev: v2.2.0 + rev: v2.3.1 hooks: - id: autoflake args: @@ -27,7 +27,7 @@ repos: - --remove-unused-variables - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: @@ -41,7 +41,7 @@ repos: - pyflakes==3.0.1 - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--filter-files"] @@ -52,7 +52,7 @@ repos: # - id: yesqa - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v5.0.0" hooks: - id: check-ast - id: check-builtin-literals @@ -93,6 +93,6 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/mgedmin/check-manifest - rev: "0.49" + rev: "0.50" hooks: - id: check-manifest