Include default directories to exclude with Black
Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
parent
9e14321648
commit
8e3af5c14c
@ -78,7 +78,18 @@ gaphorconvert = 'gaphor.tools.gaphorconvert:main'
|
||||
"elementeditor" = "gaphor.ui.elementeditor:ElementEditor"
|
||||
|
||||
[tool.black]
|
||||
exclude = "msvc9compiler.py"
|
||||
exclude = '''
|
||||
(
|
||||
/(
|
||||
\.eggs
|
||||
| \.git
|
||||
| \.venv
|
||||
| build
|
||||
| dist
|
||||
)/
|
||||
| msvc9compiler.py
|
||||
)
|
||||
'''
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel", "poetry>=0.12"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user