diff options
author | David Lord <davidism@gmail.com> | 2021-04-16 07:57:53 -0700 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2021-04-16 07:57:53 -0700 |
commit | 485ec15fe7edb38de542d6c138b604f2d682eedb (patch) | |
tree | da6564fba15376a589f5e0751788d01bd1605852 | |
parent | 5cb844dbeb0f00bb25506efcbca3184ecf49b953 (diff) | |
download | markupsafe-485ec15fe7edb38de542d6c138b604f2d682eedb.tar.gz |
update deprecated pre-commit hook
-rw-r--r-- | .pre-commit-config.yaml | 2 |
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 |