mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-27 21:02:04 +08:00
ruff: check for unused noqa
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user