diff --git a/pyproject.toml b/pyproject.toml index 0d875a5a16..a07adde85f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"