diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec23b3ed..c6df9039 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,7 +61,7 @@ repos: name: Unused noqa - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort @@ -78,7 +78,7 @@ repos: ] - repo: https://github.com/psf/black.git - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black files: (.*\.py)$ @@ -92,7 +92,7 @@ repos: - black==24.10.0 - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell args: [-w] @@ -100,7 +100,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.11.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --no-cache]