Skip to content

Commit 99e3aed

Browse files
committed
fix: update isort known-first-party from commands to plugins
1 parent 748f1a2 commit 99e3aed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ select = [
4141
]
4242

4343
[tool.ruff.lint.isort]
44-
known-first-party = ["commands", "irc_handlers"]
44+
known-first-party = ["plugins", "irc_handlers"]

0 commit comments

Comments
 (0)