Skip to content

Commit d173b89

Browse files
author
aieng-bot-maintain[bot]
committed
Fix linting issues after pre-commit autoupdate
- Replaced deprecated check-byte-order-marker with fix-byte-order-marker - The check-byte-order-marker hook has been removed from pre-commit-hooks - Updated to use fix-byte-order-marker as recommended by upstream Co-authored-by: AI Engineering Maintenance Bot <[email protected]>
1 parent ac0eb7f commit d173b89

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
@@ -11,7 +11,7 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: mixed-line-ending
1313
args: [--fix=lf]
14-
- id: check-byte-order-marker
14+
- id: fix-byte-order-marker
1515
- id: check-merge-conflict
1616
- id: check-symlinks
1717
- id: detect-private-key

0 commit comments

Comments
 (0)