Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/iterative/dvc: 3.51.2 → 3.58.0](iterative/dvc@3.51.2...3.58.0)
- [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.17.1](DavidAnson/markdownlint-cli2@v0.13.0...v0.17.1)
- [github.com/srstevenson/nb-clean: 3.3.0 → 4.0.1](srstevenson/nb-clean@3.3.0...4.0.1)
- [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.4.2](rbubley/mirrors-prettier@v3.3.3...v3.4.2)
- [github.com/charliermarsh/ruff-pre-commit: v0.5.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.5.1...v0.8.6)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent 3d82e03 commit a2680ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,24 +72,24 @@ 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/iterative/dvc"
rev: "3.51.2"
rev: "3.58.0"
hooks:
- id: "dvc-post-checkout"
additional_dependencies: ["dvc[gs]"]
- id: "dvc-pre-push"
additional_dependencies: ["dvc[gs]"]

- 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:
Expand All @@ -105,15 +105,15 @@ repos:
|tests/.*
)$
- repo: "https://github.com/rbubley/mirrors-prettier"
rev: "v3.3.3"
rev: "v3.4.2"
hooks:
- id: "prettier"
- repo: https://github.com/ComPWA/taplo-pre-commit
rev: "v0.9.3"
hooks:
- id: "taplo-format"
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
rev: "v0.5.1"
rev: "v0.8.6"
hooks:
- id: "ruff"
args: ["--extend-fixable", "PIE790"]
Expand Down

0 comments on commit a2680ac

Please sign in to comment.