Enable pre-commit on legacy code
This commit is contained in:
parent
c70cd8e587
commit
3a7d450191
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
exclude: ^(legacy.*)$
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.0.1
|
||||
|
@ -53,3 +52,4 @@ repos:
|
|||
args:
|
||||
- --ignore-words=.codespellignore
|
||||
- --builtin=clear,rare,informal
|
||||
exclude: ^(legacy.*)$
|
||||
|
|
Loading…
Reference in New Issue