blob: c1a0a5e392945b570fed28795a09f50ecf28ef76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
line-length = 100
target-version = "py310"
[lint]
select = ["E", "F", "W", "I", "UP", "B", "SIM", "NPY", "RUF"]
ignore = ["E501"]
[lint.isort]
known-first-party = ["producer"]
[format]
quote-style = "double"
|