Skip to content

Commit d982c63

Browse files
committed
remove ignores
1 parent 507fd25 commit d982c63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ select = ["C", "E", "F", "I", "W"]
134134
ignore = ["E501", "E741", "C408", "C901"]
135135
exclude = ["doc/", "pytensor/_version.py", "bin/pytensor_cache.py"]
136136

137+
137138
[tool.ruff.isort]
138139
lines-after-imports = 2
139140

@@ -147,11 +148,9 @@ lines-after-imports = 2
147148
"tests/link/numba/*.py" = ["E402"]
148149
"tests/tensor/test_math_scipy.py" = ["E402"]
149150
"tests/sparse/test_basic.py" = ["E402"]
150-
"tests/sparse/test_opt.py" = ["E402"]
151151
"tests/sparse/test_sp2.py" = ["E402"]
152152
"tests/sparse/test_utils.py" = ["E402"]
153153
"tests/sparse/sandbox/test_sp.py" = ["E402", "F401"]
154-
"tests/scalar/test_basic_sympy.py" = ["E402"]
155154
"versioneer.py" = ["I"]
156155

157156

0 commit comments

Comments
 (0)