Skip to content

Commit bc6dba2

Browse files
committed
Change check-byte-order-marker to fix-byte-order-marker in pre-commit config
1 parent a58c05c commit bc6dba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ repos:
5858
- id: check-merge-conflict
5959
- id: double-quote-string-fixer
6060
- id: end-of-file-fixer
61+
- id: fix-byte-order-marker
6162
- id: requirements-txt-fixer
6263
exclude: >-
6364
^(docs/requirements|requirements-build)\.txt$
@@ -67,7 +68,6 @@ repos:
6768
files: >-
6869
^tests/[^_].*\.py$
6970
- id: check-added-large-files
70-
- id: check-byte-order-marker
7171
- id: check-case-conflict
7272
# disabled due to pre-commit/pre-commit-hooks#159
7373
# - id: check-docstring-first

0 commit comments

Comments
 (0)