2025-01-21 18:35:58 -08:00
|
|
|
exclude = ["venv"]
|
|
|
|
line-length = 88
|
|
|
|
indent-width = 4
|
|
|
|
target-version = "py39"
|
2025-01-22 09:20:04 -08:00
|
|
|
include = ["scripts/**/*.py"]
|
2025-01-21 18:35:58 -08:00
|
|
|
|
|
|
|
[lint]
|
|
|
|
select = ["E4", "E7", "E9", "F"]
|
|
|
|
ignore = []
|
|
|
|
fixable = ["ALL"]
|
|
|
|
unfixable = []
|
|
|
|
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
|
|
|
|
|
|
|
|
[format]
|
|
|
|
quote-style = "double"
|
|
|
|
indent-style = "tab"
|
|
|
|
skip-magic-trailing-comma = false
|
|
|
|
line-ending = "lf"
|