pre-commit: use 'fix-byte-order-marker' instead of 'check-byte-order-marker'

This commit is contained in:
Éloi Rivard 2022-12-24 02:41:26 +01:00
parent 619c828780
commit a811d22467

View file

@ -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