summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: a21020ea18ad3a304b161342350d52926e0a7171 (plain)
1
2
3
4
5
6
7
8
9
10
[egg_info]
tag_build =
tag_svn_revision = 0

[flake8]
; ignore = E402,E501,E731,N806,N803,N802,E265
ignore = E402,N806,N803,N802,E501

[pydocstyle]
ignore = D10,D203,D213