File: setup.cfg

package info (click to toggle)
python-djangosaml2 1.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 700 kB
  • sloc: python: 3,066; xml: 327; makefile: 18; sh: 9
file content (11 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
[bdist_wheel]
universal = 1

[flake8]
# E203 ignore
# https://github.com/PyCQA/pycodestyle/issues/373
# https://github.com/PyCQA/pycodestyle/pull/914
ignore = D106,E203,W503
select = B0,B901,B902,B903,C,F,I,W
max-line-length = 88
exclude = .tox,.git,*/migrations/*,docs