Skip to content

Commit 9b09c91

Browse files
committed
Enable the ruff rule ensuring explicit strictness for zips
1 parent ba5ab92 commit 9b09c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ line-length = 88
125125
exclude = ["doc/", "pytensor/_version.py"]
126126

127127
[tool.ruff.lint]
128-
select = ["C", "E", "F", "I", "UP", "W", "RUF"]
128+
select = ["B905", "C", "E", "F", "I", "UP", "W", "RUF"]
129129
ignore = ["C408", "C901", "E501", "E741", "RUF012"]
130130

131131

0 commit comments

Comments
 (0)