Move to using ruff for formatting

This commit is contained in:
Kovid Goyal
2024-03-29 12:09:24 +05:30
parent a61a48d876
commit 4fe65f75bc

View File

@@ -30,7 +30,5 @@ select = ['E', 'F', 'I', 'RUF100']
"kitty/options/types.py" = ["E501"]
"kitty/options/parse.py" = ["E501"]
[tool.black]
line-length = 160
target-version = ['py38']
skip-string-normalization = true
[tool.ruff.format]
quote-style = 'single'