Skip to content

Commit 9d7c2ec

Browse files
ArmavicaricardoV94
authored andcommitted
Activate RUF checks
1 parent fba91f1 commit 9d7c2ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ disable = ["C0330", "C0326"]
129129

130130

131131
[tool.ruff]
132-
select = ["C", "E", "F", "I", "UP", "W"]
133-
ignore = ["C408", "C901", "E501", "E741"]
132+
select = ["C", "E", "F", "I", "UP", "W", "RUF"]
133+
ignore = ["C408", "C901", "E501", "E741", "RUF012"]
134134
exclude = ["doc/", "pytensor/_version.py", "bin/pytensor_cache.py"]
135135

136136

0 commit comments

Comments
 (0)