diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 392ec75..b97c789 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-ast name: check abstract syntax tree @@ -21,7 +21,7 @@ repos: - id: check-yaml - repo: https://github.com/sirosen/texthooks - rev: 0.6.7 + rev: 0.7.1 hooks: - id: fix-smartquotes - id: fix-spaces @@ -48,7 +48,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell args: [--write-changes, --uri-ignore-words-list=*] @@ -56,7 +56,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.3 + rev: v0.14.10 hooks: - id: ruff name: ruff (see https://docs.astral.sh/ruff/rules) @@ -64,7 +64,7 @@ repos: - id: ruff-format - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 7.0.0 hooks: - id: isort name: isort @@ -75,17 +75,17 @@ repos: - python - repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 + rev: 1.20.0 hooks: - id: blacken-docs - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.9.1 + rev: v1.0.2 hooks: - id: sphinx-lint - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.7 + rev: 1.9.1 hooks: - id: nbqa-check-ast - id: nbqa-ruff