mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
minor fix: inconsistent hook name
Sorry for raising such a trival PR. Perhaps better solved by https://github.com/pre-commit/pre-commit-hooks/pull/634
This commit is contained in:
parent
cb02c5b460
commit
5b27778ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@
|
|||
language: python
|
||||
files: '^$'
|
||||
- id: fix-byte-order-marker
|
||||
name: fix UTF-8 byte order marker
|
||||
name: Fix UTF-8 byte order marker
|
||||
description: removes UTF-8 byte order marker
|
||||
entry: fix-byte-order-marker
|
||||
language: python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue