diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8123f458..01312333 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: args: - "--fix=lf" - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.4 hooks: - id: check-github-workflows - id: check-readthedocs @@ -22,7 +22,7 @@ repos: - id: pyupgrade args: ["--py39-plus"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 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: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort name: "Sort python imports" @@ -50,7 +50,7 @@ repos: hooks: - id: bad-backticks - repo: https://github.com/sirosen/slyp - rev: 0.8.2 + rev: 0.9.0 hooks: - id: slyp - repo: https://github.com/codespell-project/codespell