We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a615207 commit e3a2ffcCopy full SHA for e3a2ffc
pyproject.toml
@@ -78,7 +78,7 @@ ignore = [
78
]
79
80
[tool.ruff.lint.isort]
81
-known-first-party = ["matchms"]
+known-first-party = ["graphconstructor"]
82
lines-after-imports = 2
83
no-lines-before = ["future", "standard-library", "third-party", "first-party", "local-folder"]
84
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
0 commit comments