finally added the damn pyproject file

This commit is contained in:
ralf 2024-09-09 14:06:06 +03:00
parent 4fa1acbb90
commit 224a704e84

5
pyproject.toml Normal file
View File

@ -0,0 +1,5 @@
[tool.black]
line-length = 120
target-version = [py310]
[tool.flake8]
line-length = 120