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:
Dennis Roche 2021-10-18 16:39:24 +08:00 committed by GitHub
parent cb02c5b460
commit 5b27778ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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