We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6167eec commit 12dcff5Copy full SHA for 12dcff5
.pre-commit-config.yaml
@@ -17,7 +17,7 @@
17
repos:
18
# Standard hooks
19
- repo: https://github.com/pre-commit/pre-commit-hooks
20
- rev: v5.0.0
+ rev: v6.0.0
21
hooks:
22
- id: check-added-large-files
23
args: ['--maxkb=1500']
@@ -31,7 +31,7 @@ repos:
31
- id: debug-statements
32
- id: end-of-file-fixer
33
- id: mixed-line-ending
34
- - id: check-byte-order-marker # Forbid UTF-8 byte-order markers
+ - id: fix-byte-order-marker
35
- id: trailing-whitespace
36
# This need to be a one to one copy from the Universal Robots legal no matter trailing spaces or not
37
exclude: |
0 commit comments