diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8ec3d501a..86465400f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-case-conflict - id: check-executables-have-shebangs @@ -36,7 +36,7 @@ repos: - id: name-tests-test - id: requirements-txt-fixer - repo: https://github.com/PyCQA/pylint - rev: v3.0.0a7 + rev: v3.0.1 hooks: # TODO: re-enable pylint-import-modules when it supports pylint v3 - id: pylint @@ -65,12 +65,12 @@ repos: - id: remove-crlf - id: remove-tabs - repo: https://github.com/asottile/reorder-python-imports - rev: v3.11.0 + rev: v3.12.0 hooks: - id: reorder-python-imports args: [--py38-plus] - repo: https://github.com/asottile/pyupgrade - rev: v3.13.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py38-plus] @@ -207,7 +207,7 @@ repos: # json - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.26.3 + rev: 0.27.0 hooks: - id: check-github-workflows - id: check-renovate