Skip to content

Commit bf49e6a

Browse files
juanitorduzmaresb
andauthored
add pyupgrade
Co-authored-by: Ben Mares <services-git-throwaway1@tensorial.com>
1 parent 0f37dda commit bf49e6a

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
@@ -130,7 +130,7 @@ disable = ["C0330", "C0326"]
130130

131131

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

0 commit comments

Comments
 (0)