Refactor Add Ruff linting options. Fix suggestions
This commit is contained in:
@@ -19,4 +19,9 @@ dependencies = [
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ruff>=0.8.0",
|
||||
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
extend-select = ["C4", "SIM", "TCH", "ERA", "FAST", "DOC"]
|
||||
target-version = "py312"
|
||||
Reference in New Issue
Block a user