Spaces:
Running
on
Zero
Running
on
Zero
File size: 197 Bytes
d37849f |
1 2 3 4 5 6 7 8 9 10 11 |
line-length = 120
target-version = "py310"
[lint]
# Only ignore variables with names starting with "_".
dummy-variable-rgx = "^_.*$"
[lint.isort]
force-single-line = true
lines-after-imports = 2
|