Skip to content

Commit 19a8680

Browse files
committed
Update .pre-commit-config.yaml
1 parent 1b2331f commit 19a8680

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude: |
1717
1818
repos:
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v5.0.0
20+
rev: v6.0.0
2121
hooks:
2222
- id: check-added-large-files
2323
args: ["--maxkb=500"]
@@ -45,8 +45,6 @@ repos:
4545
# - id: file-contents-sorter
4646
# files: ^(deploy-whitelist.txt|\.gitignore|\.dockerignore)$
4747
- id: fix-byte-order-marker
48-
- id: fix-encoding-pragma
49-
args: ["--remove"]
5048
- id: forbid-new-submodules
5149
# - id: forbid-submodules
5250
- id: mixed-line-ending

0 commit comments

Comments
 (0)