mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
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]
|
||||
"kitty/options/types.py" = ["E501"]
|
||||
"kitty/options/parse.py" = ["E501"]
|
||||
|
||||
[tool.black]
|
||||
line-length = 160
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue