project toml file, minor fixes for main file

This commit is contained in:
2023-12-07 22:12:29 +09:00
parent 1e4b210670
commit 13c67bdad5
3 changed files with 106 additions and 45 deletions
+13
View File
@@ -0,0 +1,13 @@
[tool.ruff]
line-length = 120
[tool.black]
# set 10 short for better formatting
line-length = 110
# to avoid " ... " " ... " string sets
experimental-string-processing = true
[tool.pylint.format]
max-line-length = 120
[tool.pylint.TYPECHECK]
generated-members="utils.*"
[tool.flake8]
max-line-length = 120