Skip to content

Commit 010828a

Browse files
committed
Remove "check-byte-order-marker" check (since "fix-byte-order-marker" does the same")
1 parent c592985 commit 010828a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

repo_helper/files/pre_commit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ def replace_hooks(self: "Repo", hooks: Iterable[Union[str, Hook]]) -> "Repo":
167167
"check-added-large-files",
168168
"check-ast",
169169
"fix-byte-order-marker",
170-
"check-byte-order-marker",
171170
"check-case-conflict",
172171
"check-executables-have-shebangs",
173172
"check-json",

tests/test_files/test_testing_/test_make_pre_commit_maturin_.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ repos:
1919
- id: check-added-large-files
2020
- id: check-ast
2121
- id: fix-byte-order-marker
22-
- id: check-byte-order-marker
2322
- id: check-case-conflict
2423
- id: check-executables-have-shebangs
2524
- id: check-json

tests/test_files/test_testing_/test_make_pre_commit_no_maturin_.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ repos:
1818
- id: check-added-large-files
1919
- id: check-ast
2020
- id: fix-byte-order-marker
21-
- id: check-byte-order-marker
2221
- id: check-case-conflict
2322
- id: check-executables-have-shebangs
2423
- id: check-json

0 commit comments

Comments
 (0)