10 lines
146 B
TOML
10 lines
146 B
TOML
target-version = "py312"
|
|
line-length = 120
|
|
|
|
[lint]
|
|
select = ["E", "F", "I", "W"]
|
|
ignore = ["E501"]
|
|
|
|
[lint.isort]
|
|
known-first-party = ["services"]
|