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/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/charliermarsh/ruff-pre-commit: v0.4.10 → v0.8.6](astral-sh/ruff-pre-commit@v0.4.10...v0.8.6)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent c5284bc commit ca95d3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"]
Expand Down

0 comments on commit ca95d3e

Please sign in to comment.