Skip to content

Commit d884031

Browse files
committed
Enable new linter rule
1 parent d413f61 commit d884031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ disable = ["R0801"]
223223
extend-exclude = ["tests/profiles/syntax_error.py"]
224224

225225
[tool.ruff.lint]
226-
extend-select = ["TID251", "UP006", "UP007", "UP017", "UP035", "RUF100"]
226+
extend-select = ["TID251", "UP006", "UP007", "UP017", "UP035", "RUF100", "B010"]
227227

228228
[tool.ruff.lint.flake8-tidy-imports.banned-api]
229229
unittest = { msg = "use pytest instead of unittest" }

0 commit comments

Comments
 (0)