Merge pull request #66 from ShyAssassin/main

Fix error with black formatter
This commit is contained in:
Prohurtz 2023-02-10 16:27:33 -06:00 committed by GitHub
commit 0d93be516e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,5 +29,5 @@ build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 135
exclude = "(.git|.env|venv|*.spec)"
exclude = "(.git|.env|venv)"
target-version = ["py310","py311"]