diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2459e57..e732895 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,19 +6,19 @@ ci: repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: "24.4.2" + rev: "25.12.0" hooks: # With notebook support: - id: black-jupyter - repo: https://github.com/asottile/blacken-docs - rev: "1.18.0" + rev: "1.20.0" hooks: - id: blacken-docs additional_dependencies: [black==23.9.1] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.6.0" + rev: "v6.0.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -40,7 +40,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.0" + rev: "v0.14.10" hooks: - id: ruff args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"] @@ -55,13 +55,13 @@ repos: # - pytest - repo: https://github.com/codespell-project/codespell - rev: "v2.3.0" + rev: "v2.4.1" hooks: - id: codespell exclude: "^.*\\.bin$|^.*\\.ipynb$" - repo: https://github.com/shellcheck-py/shellcheck-py - rev: "v0.10.0.1" + rev: "v0.11.0.1" hooks: - id: shellcheck