diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a38ff34ca..00d8ce5b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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.*)$