Ignore long lines in another generated file
This commit is contained in:
parent
119582a9d4
commit
baddc966dc
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ select = ['E', 'F', 'I', 'RUF100']
|
||||||
|
|
||||||
[tool.ruff.per-file-ignores]
|
[tool.ruff.per-file-ignores]
|
||||||
"kitty/options/types.py" = ["E501"]
|
"kitty/options/types.py" = ["E501"]
|
||||||
|
"kitty/options/parse.py" = ["E501"]
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 160
|
line-length = 160
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue