Skip to content

Commit e3a2ffc

Browse files
Update pyproject.toml
1 parent a615207 commit e3a2ffc

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
@@ -78,7 +78,7 @@ ignore = [
7878
]
7979

8080
[tool.ruff.lint.isort]
81-
known-first-party = ["matchms"]
81+
known-first-party = ["graphconstructor"]
8282
lines-after-imports = 2
8383
no-lines-before = ["future", "standard-library", "third-party", "first-party", "local-folder"]
8484
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]

0 commit comments

Comments
 (0)