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
7
7
8
8
[bumpversion:file:README.md]
9
9
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
-
18
10
[coverage:run]
19
11
source = junction/
20
12
omit =
30
22
show_missing = False
31
23
skip_covered = True
32
24
25
+ [flake8]
26
+ max-line-length = 120
27
+
33
28
[tool:isort]
34
29
line_length = 88
35
30
force_grid_wrap = 0
@@ -44,3 +39,8 @@ import_heading_stdlib =
44
39
import_heading_thirdparty =
45
40
import_heading_firstparty =
46
41
import_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