Skip to content

Commit 2e9d582

Browse files
committed
Fix pre-commit complaining
blah blah deprecated hooks blah blah
1 parent 1ed14b0 commit 2e9d582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Licensed under the EUPL-1.2
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
7-
- id: check-byte-order-marker
7+
- id: fix-byte-order-marker
88
- id: check-executables-have-shebangs
99
- id: check-json
1010
- id: check-merge-conflict

0 commit comments

Comments
 (0)