Enable pre-commit on legacy code

This commit is contained in:
jo 2021-10-11 17:11:33 +02:00
parent c70cd8e587
commit 3a7d450191
1 changed files with 1 additions and 1 deletions

View File

@ -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.*)$