pyproject.toml: sort ruff ignores
This commit is contained in:
parent
63c45703ce
commit
9bfef629d8
1 changed files with 3 additions and 3 deletions
|
|
@ -17,12 +17,12 @@ indent-style = "tab"
|
|||
[tool.ruff.lint]
|
||||
ignore = [
|
||||
"E401", # multiple imports per line
|
||||
"E701", # multiple statements per line
|
||||
"E721", # use isinstance()
|
||||
"E731", # lambda instead of def
|
||||
"E402", # module import not top of file
|
||||
"E722", # bare except
|
||||
"E701", # multiple statements per line
|
||||
"E713", # membership 'not in'
|
||||
"E721", # use isinstance()
|
||||
"E722", # bare except
|
||||
"E731", # lambda instead of def
|
||||
"E741", # ambiguous variable name
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue