Skip to content

Commit

Permalink
Enable the ruff rule ensuring explicit strictness for zips
Browse files Browse the repository at this point in the history
  • Loading branch information
Armavica committed Jun 26, 2024
1 parent 06bd08b commit a5de1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ line-length = 88
exclude = ["doc/", "pytensor/_version.py"]

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


Expand Down

0 comments on commit a5de1b6

Please sign in to comment.