diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2db746333..a1fb60682 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.27.3 + rev: 0.28.6 hooks: - id: check-github-workflows files: ^\.github/workflows/[^/]+$ @@ -23,14 +23,14 @@ repos: - id: check-readthedocs - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint args: - --strict - repo: https://github.com/PyCQA/flake8.git - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 alias: flake8-no-wps @@ -105,7 +105,7 @@ repos: - rst - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.7.1 + rev: v1.10.1 hooks: - id: mypy alias: mypy-py313