Skip to content

Commit f6f8146

Browse files
authored
Fix isort known-first-party (#20)
1 parent 0b78c64 commit f6f8146

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
@@ -56,7 +56,7 @@ ignore = []
5656

5757
[tool.ruff.lint.isort]
5858
force-sort-within-sections = true
59-
known-first-party = ["aiontfy"]
59+
known-first-party = ["pythonxbox"]
6060
combine-as-imports = true
6161
split-on-trailing-comma = false
6262

0 commit comments

Comments
 (0)