E594 Replace deprecated pre-commit hook option (#1708) · ansible/ansible-lint@8e2f27e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e2f27e

Browse files
authored
Replace deprecated pre-commit hook option (#1708)
1 parent 200e69c commit 8e2f27e

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
@@ -29,7 +29,7 @@ repos:
2929
examples/playbooks/example.yml
3030
)$
3131
- id: mixed-line-ending
32-
- id: check-byte-order-marker
32+
- id: fix-byte-order-marker
3333
- id: check-executables-have-shebangs
3434
- id: check-merge-conflict
3535
- id: debug-statements

0 commit comments

Comments
 (0)
0