mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
Replace isort with ruff
This commit is contained in:
@@ -19,4 +19,9 @@ no_implicit_reexport = true
|
||||
[tool.ruff]
|
||||
line-length = 160
|
||||
target-version = 'py38'
|
||||
select = ['E', 'F']
|
||||
select = ['E', 'F', 'I']
|
||||
|
||||
[tool.black]
|
||||
line-length = 160
|
||||
target-version = ['py38']
|
||||
skip-string-normalization = true
|
||||
|
||||
Reference in New Issue
Block a user