Exclude patched Python 3 file from Black

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw 2019-04-19 22:20:42 -04:00
parent b091f11ecc
commit 9e14321648
No known key found for this signature in database
GPG Key ID: 77A923EF537B61A4

View File

@ -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"