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