Skip to content

Commit

Permalink
Add isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Dec 14, 2023
1 parent 7148db6 commit 4ca42fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ aedesc = "auto_editor.subcommands.desc:main"
aeinfo = "auto_editor.subcommands.info:main"
aesubdump = "auto_editor.subcommands.subdump:main"
aelevels = "auto_editor.subcommands.levels:main"

[tool.isort]
profile = "black"

0 comments on commit 4ca42fe

Please sign in to comment.