summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-28 23:28:35 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-28 23:47:05 +0100
commitde3ef16c40a38b229b0b93fec55fae20f8baaea0 (patch)
tree35c60464b2989df936a0ba4dda2641a928d7cae0 /.pre-commit-config.yaml
parent04f39ec8d636d96043485247f565bfe0b35529e5 (diff)
pre-commit: Replace deprecated check_byte-order-marker 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 be362dd103..37b908690c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -47,7 +47,7 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
hooks:
- - id: check-byte-order-marker
+ - id: fix-byte-order-marker
exclude: ^.*(\.cbproj|\.groupproj|\.props|\.sln|\.vcxproj|\.vcxproj.filters)$
- id: check-case-conflict
- id: check-json