reorder ruff rules
This commit is contained in:
parent
193b8d8e30
commit
ee914d5b11
@ -97,14 +97,14 @@ lint.select = [
|
|||||||
"B",
|
"B",
|
||||||
"D",
|
"D",
|
||||||
"E",
|
"E",
|
||||||
|
"ERA",
|
||||||
"F",
|
"F",
|
||||||
|
"FURB",
|
||||||
"I",
|
"I",
|
||||||
"SIM",
|
|
||||||
"W",
|
"W",
|
||||||
"PTH",
|
"PTH",
|
||||||
"RUF",
|
"RUF",
|
||||||
"FURB",
|
"SIM",
|
||||||
"ERA"
|
|
||||||
]
|
]
|
||||||
lint.ignore = ["B008", "D205", "E501", "F403", "SIM115", "RUF006", "RUF012"]
|
lint.ignore = ["B008", "D205", "E501", "F403", "SIM115", "RUF006", "RUF012"]
|
||||||
lint.pydocstyle.convention = "google"
|
lint.pydocstyle.convention = "google"
|
||||||
|
Loading…
Reference in New Issue
Block a user