diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb615374..cda5054b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: # args: # - --py37-plus - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: isort @@ -59,7 +59,7 @@ repos: hooks: - id: setup-cfg-fmt - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black language_version: python3.10 @@ -90,7 +90,7 @@ repos: - id: nbqa-ruff exclude: tests/sandbox/ - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: @@ -101,7 +101,7 @@ repos: - '88' files: (README\.md) - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: