ruff: check for unused noqa

pull/29315/head
Adeeb Shihadeh 2 years ago
parent 69deed1f1a
commit 01273d6224
  1. 2
      pyproject.toml

@ -197,7 +197,7 @@ build-backend = "poetry.core.masonry.api"
# https://beta.ruff.rs/docs/configuration/#using-pyprojecttoml # https://beta.ruff.rs/docs/configuration/#using-pyprojecttoml
[tool.ruff] [tool.ruff]
select = ["E", "F", "W", "PIE", "C4", "ISC"] select = ["E", "F", "W", "PIE", "C4", "ISC", "RUF100"]
ignore = ["W292", "E741", "E402", "C408", "ISC003"] ignore = ["W292", "E741", "E402", "C408", "ISC003"]
line-length = 160 line-length = 160
target-version="py311" target-version="py311"

Loading…
Cancel
Save