forked from Github-Mirrors/canaille
pre-commit: use 'fix-byte-order-marker' instead of 'check-byte-order-marker'
This commit is contained in:
parent
619c828780
commit
a811d22467
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ repos:
|
|||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
hooks:
|
||||
- id: check-byte-order-marker
|
||||
- id: fix-byte-order-marker
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- repo: https://github.com/hadialqattan/pycln
|
||||
|
|
Loading…
Reference in a new issue