reorder ruff rules

This commit is contained in:
Lendemor 2024-12-13 01:57:43 +01:00
parent 193b8d8e30
commit ee914d5b11

View File

@ -94,17 +94,17 @@ build-backend = "poetry.core.masonry.api"
target-version = "py39" target-version = "py39"
lint.isort.split-on-trailing-comma = false lint.isort.split-on-trailing-comma = false
lint.select = [ lint.select = [
"B", "B",
"D", "D",
"E", "E",
"F", "ERA",
"I", "F",
"SIM", "FURB",
"W", "I",
"PTH", "W",
"RUF", "PTH",
"FURB", "RUF",
"ERA" "SIM",
] ]
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"