File: setup.cfg

package info (click to toggle)
pyaxmlparser 0.3.31-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,552 kB
  • sloc: python: 3,089; xml: 2,517; sh: 9; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[bumpversion]
current_version = 0.3.31
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]