[Makefile] lint and format

This commit is contained in:
2026-08-09 05:01:59 +02:00
parent db0169f34b
commit d53aa42ecc
2 changed files with 17 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
[tool.black]
line-length = 88
target-version = ['py312']
[tool.flake8]
max-line-length = 88
extend-ignore = "E203"
exclude = ".venv"