Skip to content

Commit 4bf483e

Browse files
committed
Reorder setup.cfg to alphabetical sections
1 parent 5d1b047 commit 4bf483e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

setup.cfg

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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]
1911
source = junction/
2012
omit =
@@ -30,6 +22,9 @@ omit =
3022
show_missing = False
3123
skip_covered = True
3224

25+
[flake8]
26+
max-line-length = 120
27+
3328
[tool:isort]
3429
line_length = 88
3530
force_grid_wrap = 0
@@ -44,3 +39,8 @@ import_heading_stdlib =
4439
import_heading_thirdparty =
4540
import_heading_firstparty =
4641
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

0 commit comments

Comments
 (0)