2024-04-11 22:27:42 +00:00
|
|
|
line-length = 120
|
|
|
|
|
|
|
|
[lint]
|
2024-07-02 21:59:26 +00:00
|
|
|
select = ["C", "E", "F", "R", "W", "I", "N", "Q", "UP", "RUF", "ISC", "T20"]
|
|
|
|
ignore = ["C9", "RUF012", "RUF100"]
|
2024-04-11 22:27:42 +00:00
|
|
|
|
2024-07-02 21:59:26 +00:00
|
|
|
[lint.per-file-ignores]
|
2024-04-11 22:27:42 +00:00
|
|
|
# The way options definitions work right now, I am forced to break line length requirements.
|
|
|
|
"options.py" = ["E501"]
|
|
|
|
# The import list would just be so big if I imported every option individually in presets.py
|
|
|
|
"presets.py" = ["F403", "F405"]
|