Skip to content
Snippets Groups Projects
Verified Commit 0ff3ebb4 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use predefined black profile in isort

parent 43646b16
No related branches found
No related tags found
No related merge requests found
Pipeline #4722 passed
......@@ -49,9 +49,8 @@ exclude = migrations,tests
ignore = BLK100,E203,E231,W503,D100,D101,D102,D103,D104,D105,D106,D107,RST215,RST214,F821,F841,S106,T100,T101,DJ05
[isort]
profile = black
line_length = 100
multi_line_output = 3
include_trailing_comma = 1
default_section = THIRDPARTY
known_first_party = aleksis
known_django = django
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment