summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: d2a0fd299c7818d42cba1ebad28ef1b1f1324a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[bumpversion]
current_version = 0.3.26
commit = True
tag = True

[flake8]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/*,docs,venv

[tool:pytest]
norecursedirs = .tox .git */migrations/* */static/* docs venv

[importmagic]
multiline = 'backslash'
max_columns = 119

[bumpversion:file:setup.py]