Skip to content

Commit

Permalink
Bump pre-commit hooks to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Nov 30, 2024
1 parent 500ac2b commit 5148ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]

- repo: local
hooks:
- id: ruff
Expand Down

0 comments on commit 5148ad7

Please sign in to comment.