diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78a43fb..750fb5d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -104,3 +104,7 @@ repos: - id: editorconfig-checker name: editorconfig alias: ec + exclude: >- + (?x)^( + .*\.py + )$