Skip to content

Commit 8d72602

Browse files
refactor: Update .flake8, .isort.cfg.
1 parent 0f1650b commit 8d72602

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[flake8]
22
max-line-length = 79
3+
# application_import_names =
34
import-order-style = google
45
exclude =
56
*/migrations/,

.isort.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[settings]
22
profile = black
33
skip = migrations, venv/, venv
4+
# application import names:
5+
# known_first_party =
46
default_section = THIRDPARTY
57
force_sort_within_sections = true
68
line_length = 79

0 commit comments

Comments
 (0)