Skip to content

Commit

Permalink
Add wagtail to isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
jslay-excella committed Apr 13, 2022
1 parent c7e8b83 commit dfa9ca0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ line_length = 79
lines_after_imports = 2
skip = [".tox", "migrations", ".venv", "venv"]
known_django = ["django"]
known_wagtail = ["wagtail"]
default_section = "THIRDPARTY"
sections = [
"STDLIB",
"DJANGO",
"WAGTAIL",
"THIRDPARTY",
"FIRSTPARTY",
"LOCALFOLDER"
Expand Down

0 comments on commit dfa9ca0

Please sign in to comment.