Skip to content

Commit 47a3809

Browse files
committed
Add line length to isort
1 parent 1a4ae02 commit 47a3809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ exclude = '''
5454
force_alphabetical_sort_within_sections = true
5555
force_single_line = true
5656
from_first = false
57+
line_length = 200
5758
known_first_party = "app,django_features"
5859
lines_after_imports = 2
5960
skip_glob = ".venv,.eggs"

0 commit comments

Comments
 (0)