Skip to content

Commit 900ed1a

Browse files
committed
OPS: Set correct flake8 and isort options
1 parent 16eaad0 commit 900ed1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ long_description_content_type = text/markdown; charset=UTF-8
44

55
[flake8]
66
max-line-length = 120
7-
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,build,.pytest_cache
7+
exclude = .devcontainer,.tox,.git,*/migrations/*,*/static/*,docs,node_modules,build,.pytest_cache
88
ignore = F405, E501
99

1010
[isort]
1111
line_length=120
1212
default_section = THIRDPARTY
13-
known_third_party = celery,corsheaders,django*,drf*,environ,graphene,grapple,guardian,modelcluster,requests,rest*,storages,taggit,wagtail*,whitenoise
14-
known_first_party = rabid_armadillo,app,settings,test, tests
13+
known_third_party =django*,drf*,environ,google*,graphene,grapple,guardian,requests,rest*
14+
known_first_party = django_gcp,app,settings,test,tests
1515
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
1616
no_lines_before = THIRDPARTY, LOCALFOLDER
1717
lines_after_imports=2

0 commit comments

Comments
 (0)