diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24ddb7c..5ed156e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -89,16 +89,16 @@ repos: |tests/.* )$ - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.6.0" + rev: "v5.0.0" hooks: - id: "end-of-file-fixer" - id: "trailing-whitespace" - repo: "https://github.com/DavidAnson/markdownlint-cli2" - rev: "v0.13.0" + rev: "v0.17.1" hooks: - id: "markdownlint-cli2" - repo: "https://github.com/srstevenson/nb-clean" - rev: "3.3.0" + rev: "4.0.1" hooks: - id: "nb-clean" args: @@ -114,7 +114,7 @@ repos: |tests/.* )$ - repo: "https://github.com/charliermarsh/ruff-pre-commit" - rev: "v0.4.10" + rev: "v0.8.6" hooks: - id: "ruff" args: ["--extend-fixable", "PIE790"]