|
@@ -93,7 +93,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
[tool.ruff]
|
|
|
target-version = "py39"
|
|
|
lint.isort.split-on-trailing-comma = false
|
|
|
-lint.select = ["B", "D", "E", "F", "I", "SIM", "W", "RUF"]
|
|
|
+lint.select = ["B", "D", "E", "F", "I", "SIM", "W", "RUF", "FURB"]
|
|
|
lint.ignore = ["B008", "D205", "E501", "F403", "SIM115", "RUF006", "RUF012"]
|
|
|
lint.pydocstyle.convention = "google"
|
|
|
|