Skip to content

Commit

Permalink
fixup! Add pre-commit configuration for various linters
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Feb 1, 2025
1 parent b34fb38 commit 83afcaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -16,6 +16,6 @@ repos:
args: ["-w", "-i", "4", "-ci"]

- repo: https://github.com/crate-ci/typos
rev: v1.28.2
rev: v1.29.5
hooks:
- id: typos

0 comments on commit 83afcaa

Please sign in to comment.