This commit is contained in:
2025-09-10 10:56:53 +08:00
commit 1df95ad2f6
606 changed files with 590904 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
line-length = 120
target-version = "py310"
[lint]
# Only ignore variables with names starting with "_".
dummy-variable-rgx = "^_.*$"
[lint.isort]
force-single-line = false
lines-after-imports = 2