Skip to content

Commit 5974369

Browse files
authored
tool.ruff.lint.isort known-first-party = ["src"]
1 parent f1f6e08 commit 5974369

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ ignore = [
275275
"UP032", # f-string
276276
]
277277

278+
[tool.ruff.lint.isort]
279+
known-first-party = ["grass"]
278280

279281
[tool.ruff.lint.per-file-ignores]
280282
# See https://docs.astral.sh/ruff/settings/#lint_per-file-ignores

0 commit comments

Comments
 (0)