updated code structure

This commit is contained in:
smypmsa
2025-03-05 16:44:55 +00:00
parent 8bf3700187
commit 1567c4df7d
23 changed files with 1764 additions and 25 deletions
+9 -4
View File
@@ -1,6 +1,11 @@
[tool.black]
[tool.ruff]
line-length = 88
target-version = ['py39']
target-version = "py311"
[tool.isort]
profile = "black"
[tool.ruff.lint]
select = ["E", "F", "I", "UP", "N", "B", "A", "C4", "T10", "ARG", "PTH"]
ignore = ["E501"]
[tool.ruff.format]
quote-style = "double"
indent-style = "space"