diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5b4a9b03..0d3c7407f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: - id: name-tests-test - id: requirements-txt-fixer - repo: https://github.com/PyCQA/pylint - rev: v3.0.1 + rev: v3.0.3 hooks: # TODO: re-enable pylint-import-modules when it supports pylint v3 - id: pylint @@ -75,7 +75,7 @@ repos: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.0 + rev: v1.7.1 hooks: - &mypy id: mypy @@ -207,7 +207,7 @@ repos: # json - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.1 + rev: 0.27.3 hooks: - id: check-github-workflows - id: check-renovate