Skip to content

Commit

Permalink
Import: move several .py files that black fails to re-format to a new…
Browse files Browse the repository at this point in the history
… directory and exclude it
  • Loading branch information
wwmayer committed Sep 10, 2023
1 parent 114e6ca commit 3fa218c
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/Mod/Import/App/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3fa218c

Please sign in to comment.