File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,6 @@ tag = True
77
88[bumpversion:file:README.md]
99
10- [tool:pytest]
11- DJANGO_SETTINGS_MODULE = settings.test_settings
12- addopts = --reuse-db
13- norecursedirs = .tox .git */migrations/* */static/* docs venv
14-
15- [flake8]
16- max-line-length = 120
17-
1810[coverage:run]
1911source = junction/
2012omit =
3022show_missing = False
3123skip_covered = True
3224
25+ [flake8]
26+ max-line-length = 120
27+
3328[tool:isort]
3429line_length = 88
3530force_grid_wrap = 0
@@ -44,3 +39,8 @@ import_heading_stdlib =
4439import_heading_thirdparty =
4540import_heading_firstparty =
4641import_heading_localfolder =
42+
43+ [tool:pytest]
44+ DJANGO_SETTINGS_MODULE = settings.test_settings
45+ addopts = --reuse-db
46+ norecursedirs = .tox .git */migrations/* */static/* docs venv
You can’t perform that action at this time.
0 commit comments