Skip to content

Commit b453eb3

Browse files
committed
add PyCharm iml for scope definition to work
and for excludeFolder
1 parent 061c28d commit b453eb3

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ venv.bak/
125125

126126
#pycharm
127127
/.idea/*
128+
!/.idea/*.iml
128129
!/.idea/scopes/
129130
!/.idea/copyright/
130131

.idea/grid-apps.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ repos:
9090
- id: debug-statements
9191
- id: detect-private-key
9292
- id: end-of-file-fixer
93-
exclude: (^\.idea/.*\.xml|\.mdj)$
93+
exclude: (^\.idea/.*\.?ml|\.mdj)$
9494
- id: mixed-line-ending
95-
exclude: ^\.idea/.*\.xml$
95+
exclude: ^\.idea/.*\.?ml$
9696
- id: name-tests-test
9797
- id: pretty-format-json
9898
args:

0 commit comments

Comments
 (0)