diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6e72c22..7c9a2efb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,17 +12,17 @@ repos: args: - "--fix=lf" - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.34.0 + rev: 0.36.0 hooks: - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.2 hooks: - id: pyupgrade args: ["--py39-plus"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.12.0 hooks: - id: black name: "Autoformat python files" @@ -41,7 +41,7 @@ repos: - 'flake8-comprehensions==3.16.0' - 'flake8-typing-as-t==1.0.0' - repo: https://github.com/PyCQA/isort - rev: 6.1.0 + rev: 7.0.0 hooks: - id: isort name: "Sort python imports" @@ -63,7 +63,7 @@ repos: hooks: - id: alphabetize-codeowners - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.10 hooks: - id: actionlint additional_dependencies: