mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Move to using ruff for formatting
This commit is contained in:
parent
a61a48d876
commit
4fe65f75bc
1 changed files with 2 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue