mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Enable checks for unused noqa
This commit is contained in:
@@ -19,7 +19,10 @@ no_implicit_reexport = true
|
||||
[tool.ruff]
|
||||
line-length = 160
|
||||
target-version = 'py38'
|
||||
select = ['E', 'F', 'I']
|
||||
select = ['E', 'F', 'I', 'RUF100']
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
"kitty/options/types.py" = ["E501"]
|
||||
|
||||
[tool.black]
|
||||
line-length = 160
|
||||
|
||||
Reference in New Issue
Block a user