mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
11 lines
185 B
TOML
11 lines
185 B
TOML
target-version = "py37"
|
|
|
|
select = [
|
|
"E", # pycodestyle
|
|
"F", # pyflakes
|
|
"UP", # pyupgrade,
|
|
"I", # isort
|
|
]
|
|
|
|
line-length = 120
|
|
per-file-ignores = {"__init__.py" = ["F401"]}
|