This commit is contained in:
2025-08-20 16:10:23 +08:00
parent 9ca117be75
commit 2e78985355
92 changed files with 18189 additions and 40 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