ruff deprecations

This commit is contained in:
Kovid Goyal
2024-03-29 13:44:36 +05:30
parent d260c0a679
commit ce035361e8

View File

@@ -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'