Merge pull request #58 from ShyAssassin/main

Set black formatter settings
This commit is contained in:
Prohurtz 2023-02-09 20:27:46 -06:00 committed by GitHub
commit e350a4cbfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,3 +26,8 @@ flake8 = "^5.0.4"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 135
exclude = "(.git|.env|venv|*.spec)"
target-version = ["py310","py311"]