Use ruff default options.
This commit is contained in:
parent
a266479027
commit
7d55a43119
@ -71,32 +71,6 @@ testpaths = [
|
|||||||
"tests",
|
"tests",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff]
|
|
||||||
select = ["ALL"]
|
|
||||||
ignore = [
|
|
||||||
"A0",
|
|
||||||
"ARG001",
|
|
||||||
"ANN",
|
|
||||||
"B018",
|
|
||||||
"BLE001",
|
|
||||||
"C901",
|
|
||||||
"COM812", # conflicts with ruff format
|
|
||||||
"D",
|
|
||||||
"E501",
|
|
||||||
"EM1",
|
|
||||||
"FIX002",
|
|
||||||
"ISC001", # conflicts with ruff format
|
|
||||||
"PGH003",
|
|
||||||
"PLR0912",
|
|
||||||
"PLR2004",
|
|
||||||
"PLW0603",
|
|
||||||
"S101",
|
|
||||||
"SLF001",
|
|
||||||
"T201",
|
|
||||||
"TD0",
|
|
||||||
"TRY",
|
|
||||||
]
|
|
||||||
|
|
||||||
[tool.ruff.isort]
|
[tool.ruff.isort]
|
||||||
known-first-party = ["cista"]
|
known-first-party = ["cista"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user