summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-04-16 07:57:53 -0700
committerDavid Lord <davidism@gmail.com>2021-04-16 07:57:53 -0700
commit485ec15fe7edb38de542d6c138b604f2d682eedb (patch)
treeda6564fba15376a589f5e0751788d01bd1605852 /.pre-commit-config.yaml
parent5cb844dbeb0f00bb25506efcbca3184ecf49b953 (diff)
downloadmarkupsafe-485ec15fe7edb38de542d6c138b604f2d682eedb.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 4063348..16613e8 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -21,6 +21,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