Skip to content

Commit

Permalink
update pre-commit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Dec 17, 2024
1 parent f1cf1b8 commit f8dfc76
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 @@ -19,7 +19,7 @@
# $ pre-commit run --all-files
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
# keep-sorted start
- id: check-executables-have-shebangs
Expand All @@ -43,6 +43,6 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/google/keep-sorted
rev: v0.4.0
rev: v0.5.1
hooks:
- id: keep-sorted

0 comments on commit f8dfc76

Please sign in to comment.