Ignore long lines in another generated file

This commit is contained in:
Kovid Goyal
2023-10-15 09:57:58 +05:30
parent 119582a9d4
commit baddc966dc

View File

@@ -23,6 +23,7 @@ select = ['E', 'F', 'I', 'RUF100']
[tool.ruff.per-file-ignores]
"kitty/options/types.py" = ["E501"]
"kitty/options/parse.py" = ["E501"]
[tool.black]
line-length = 160