diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 408e9a7d..fd8b9d25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 0.28.6 + rev: 0.29.3 hooks: - id: check-github-workflows files: ^\.github/workflows/[^/]+$ @@ -30,7 +30,7 @@ repos: - --strict - repo: https://github.com/PyCQA/flake8.git - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 alias: flake8-no-wps @@ -105,7 +105,7 @@ repos: - rst - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.10.1 + rev: v1.11.2 hooks: - id: mypy alias: mypy-py313