We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1b047 commit 4bf483eCopy full SHA for 4bf483e
1 file changed
setup.cfg
@@ -7,14 +7,6 @@ tag = True
7
8
[bumpversion:file:README.md]
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
[coverage:run]
19
source = junction/
20
omit =
@@ -30,6 +22,9 @@ 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
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]
+DJANGO_SETTINGS_MODULE = settings.test_settings
+addopts = --reuse-db
+norecursedirs = .tox .git */migrations/* */static/* docs venv
0 commit comments