File: setup.cfg

package info (click to toggle)
advocate 1.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: python: 2,239; makefile: 9; sh: 5
file content (11 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[wheel]
universal = 1

[flake8]
# E123,E133,E226,E241,E242 are the default ignores
ignore = E702,E712,E902,N802,F401
max-line-length = 95
exclude = env/,build/,docs/,.eggs/,.git/,packages/,dev_packages/,dist/,*.egg_info/,.cache/

[tool:pytest]
norecursedirs = env build docs .eggs .git packages dev_packages dist .cache