mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
ruff deprecations
This commit is contained in:
@@ -26,11 +26,16 @@ report_progress = true
|
|||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 160
|
line-length = 160
|
||||||
|
|
||||||
|
[tool.ruff.lint]
|
||||||
select = ['E', 'F', 'I', 'RUF100']
|
select = ['E', 'F', 'I', 'RUF100']
|
||||||
|
|
||||||
[tool.ruff.per-file-ignores]
|
[tool.ruff.lint.per-file-ignores]
|
||||||
"kitty/options/types.py" = ["E501"]
|
"kitty/options/types.py" = ["E501"]
|
||||||
"kitty/options/parse.py" = ["E501"]
|
"kitty/options/parse.py" = ["E501"]
|
||||||
|
|
||||||
|
[tool.ruff.lint.isort]
|
||||||
|
detect-same-package = true
|
||||||
|
|
||||||
[tool.ruff.format]
|
[tool.ruff.format]
|
||||||
quote-style = 'single'
|
quote-style = 'single'
|
||||||
|
|||||||
Reference in New Issue
Block a user