mirror of
https://github.com/meerk40t/meerk40t.git
synced 2025-02-27 20:30:12 +00:00
Correct pyproject.toml, the \. raised an error and prevented Black from running
This commit is contained in:
parent
7e8f4f1fbf
commit
e573465597
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue