Correct pyproject.toml, the \. raised an error and prevented Black from running

This commit is contained in:
Tatarize 2022-01-27 17:16:22 -08:00
parent 7e8f4f1fbf
commit e573465597

View file

@ -10,7 +10,7 @@ warn_return_any = true
warn_unreachable = true
warn_unused_configs = true
warn_unused_ignores = true
exclude = "svgelements\.py"
exclude = "svgelements.py"
[tool.isort]