summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-04-16 07:02:31 -0700
committerDavid Lord <davidism@gmail.com>2021-04-16 07:02:31 -0700
commitfd5ef0e268c5454dafcaa323268cced80c2fd9ef (patch)
tree1fca3521b3bc0ee7d576b7d92eab964193d8db3a /.pre-commit-config.yaml
parent512427b75f73217ec6f86a9e04a8ee95039f181a (diff)
downloadclick-fd5ef0e268c5454dafcaa323268cced80c2fd9ef.tar.gz
update deprecated pre-commit hook
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index fc4f3a4..201bdf0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -23,6 +23,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- - id: check-byte-order-marker
+ - id: fix-byte-order-marker
- id: trailing-whitespace
- id: end-of-file-fixer