Skip to content

Commit ada9880

Browse files
committed
Enable the ruff rule ensuring explicit strictness for zips
1 parent 8310fe7 commit ada9880

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
@@ -124,7 +124,7 @@ line-length = 88
124124
exclude = ["doc/", "pytensor/_version.py"]
125125

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

130130

0 commit comments

Comments
 (0)