diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb546bf..2d564db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,16 +70,16 @@ repos: |tests/.* )$ - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.6.0" + rev: "v6.0.0" hooks: - id: "end-of-file-fixer" - id: "trailing-whitespace" - repo: "https://github.com/DavidAnson/markdownlint-cli2" - rev: "v0.13.0" + rev: "v0.20.0" hooks: - id: "markdownlint-cli2" - repo: "https://github.com/srstevenson/nb-clean" - rev: "3.3.0" + rev: "4.0.1" hooks: - id: "nb-clean" args: @@ -95,7 +95,7 @@ repos: |tests/.* )$ - repo: "https://github.com/rbubley/mirrors-prettier" - rev: "v3.3.3" + rev: "v3.7.4" hooks: - id: prettier - repo: https://github.com/ComPWA/taplo-pre-commit @@ -103,7 +103,7 @@ repos: hooks: - id: taplo-format - repo: "https://github.com/charliermarsh/ruff-pre-commit" - rev: "v0.5.1" + rev: "v0.14.10" hooks: - id: "ruff" args: ["--extend-fixable", "PIE790"]