ruff: check for unused noqa

old-commit-hash: 01273d6224a5cfc0accb952832bcbca63e2c4e0a
This commit is contained in:
Adeeb Shihadeh
2023-08-10 17:11:48 -07:00
parent d7ece3b8fc
commit 6854d6abd0
+1 -1
View File
@@ -197,7 +197,7 @@ build-backend = "poetry.core.masonry.api"
# https://beta.ruff.rs/docs/configuration/#using-pyprojecttoml
[tool.ruff]
select = ["E", "F", "W", "PIE", "C4", "ISC"]
select = ["E", "F", "W", "PIE", "C4", "ISC", "RUF100"]
ignore = ["W292", "E741", "E402", "C408", "ISC003"]
line-length = 160
target-version="py311"