diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5568b7e..4284b8d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,16 +81,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.2" hooks: - id: "markdownlint-cli2" - repo: "https://github.com/srstevenson/nb-clean" - rev: "3.3.0" + rev: "4.0.1" hooks: - id: "nb-clean" args: @@ -106,7 +106,7 @@ repos: |tests/.* )$ - repo: "https://github.com/rbubley/mirrors-prettier" - rev: "v3.3.3" + rev: "v3.5.3" hooks: - id: prettier - repo: https://github.com/ComPWA/taplo-pre-commit @@ -114,7 +114,7 @@ repos: hooks: - id: taplo-format - repo: "https://github.com/charliermarsh/ruff-pre-commit" - rev: "v0.5.1" + rev: "v0.11.4" hooks: - id: "ruff" args: ["--extend-fixable", "PIE790"]