We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1650b commit 8d72602Copy full SHA for 8d72602
.flake8
@@ -1,5 +1,6 @@
1
[flake8]
2
max-line-length = 79
3
+# application_import_names =
4
import-order-style = google
5
exclude =
6
*/migrations/,
.isort.cfg
@@ -1,6 +1,8 @@
[settings]
profile = black
skip = migrations, venv/, venv
+# application import names:
+# known_first_party =
default_section = THIRDPARTY
7
force_sort_within_sections = true
8
line_length = 79
0 commit comments