Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions
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/executablebooks/mdformat: 0.7.17 → 0.7.19](hukkin/mdformat@0.7.17...0.7.19)
- [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.7.4](astral-sh/ruff-pre-commit@v0.6.5...v0.7.4)
  • Loading branch information
pre-commit-ci[bot] authored Nov 19, 2024
1 parent a3272ea commit dcd4bc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
exclude: "setup.cfg"
Expand All @@ -34,7 +34,7 @@ repos:
args: ["--in-place"]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.19
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -48,7 +48,7 @@ repos:
)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.7.4
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit dcd4bc2

Please sign in to comment.