Import: move several .py files that black fails to re-format to a new directory and exclude it

This commit is contained in:
wmayer
2023-09-10 22:44:55 +02:00
committed by wwmayer
parent 114e6ca2a9
commit 3fa218c7a6
7 changed files with 6 additions and 4 deletions

View File

@@ -29,7 +29,9 @@ files: |
exclude: |
(?x)^(
.*vcproj.*|
.*vcxproj.*
.*vcxproj.*|
src/Mod/Import/App/SCL|
src/Mod/Import/App/SCL_output
)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks