Skip to content

Commit 1bdbddf

Browse files
ArmavicaricardoV94
authored andcommitted
Add PERF rules to ruff lints
1 parent d7c7875 commit 1bdbddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ line-length = 88
125125
exclude = ["doc/", "pytensor/_version.py"]
126126

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

131131

132132
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)