Skip to content

Commit 0af680e

Browse files
committed
fix ruff isort: declare pytensor and tests as known-first-party
1 parent 8dc189d commit 0af680e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ unfixable = [
144144

145145
[tool.ruff.lint.isort]
146146
lines-after-imports = 2
147+
known-first-party = ["pytensor", "tests"]
147148

148149
[tool.ruff.lint.per-file-ignores]
149150
# TODO: Get rid of these:

0 commit comments

Comments
 (0)