mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
ruff deprecations
This commit is contained in:
parent
d260c0a679
commit
ce035361e8
1 changed files with 6 additions and 1 deletions
|
|
@ -26,11 +26,16 @@ report_progress = true
|
|||
|
||||
[tool.ruff]
|
||||
line-length = 160
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ['E', 'F', 'I', 'RUF100']
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"kitty/options/types.py" = ["E501"]
|
||||
"kitty/options/parse.py" = ["E501"]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
detect-same-package = true
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = 'single'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue