diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85534d4..da523eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: hooks: - id: reuse - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell - repo: https://github.com/adamchainz/blacken-docs @@ -35,7 +35,7 @@ repos: exclude: ^contrib/ additional_dependencies: [numpy, pandas] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.9 hooks: - id: ruff args: [--fix, --show-fixes] @@ -83,7 +83,7 @@ repos: - id: trailing-whitespace exclude: \.svg$ - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.6.0" + rev: "3.6.1" hooks: - id: editorconfig-checker alias: ec