qutebrowser: lint with ruff (with ALL selected)
This commit is contained in:
parent
0e93cee685
commit
f9c6b206ca
12 changed files with 99 additions and 69 deletions
|
@ -1,2 +1,3 @@
|
|||
[lint]
|
||||
ignore = [ "F821" ]
|
||||
select = ["ALL"]
|
||||
ignore = ["F821", "ANN001"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue