Exclude patched Python 3 file from Black
Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
parent
b091f11ecc
commit
9e14321648
@ -77,6 +77,9 @@ gaphorconvert = 'gaphor.tools.gaphorconvert:main'
|
||||
"consolewindow" = "gaphor.ui.consolewindow:ConsoleWindow"
|
||||
"elementeditor" = "gaphor.ui.elementeditor:ElementEditor"
|
||||
|
||||
[tool.black]
|
||||
exclude = "msvc9compiler.py"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel", "poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
|
Loading…
x
Reference in New Issue
Block a user