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 1fccf89745
commit 9d2775eda3
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

View File

@@ -65,9 +65,9 @@ SET(SCL_Resources
SCL/Aufspannung.stp
SCL/gasket1.p21
SCL/Product1.stp
automotive_design.py # AP214e3
ifc2x3.py # IFC
ifc4.py # IFC 4
SCL_output/automotive_design.py # AP214e3
SCL_output/ifc2x3.py # IFC
SCL_output/ifc4.py # IFC 4
PlmXmlParser.py
)
SOURCE_GROUP("SCL" FILES ${SCL_Resources})