aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 673118a1d3becc6f1c664d83bfcc9645e84a87d7 (plain)
1
2
3
4
5
6
7
[nosetests]
cover-package=whatmaps

[flake8]
# E501: ignore line length
# E265: block comment should start with '# '
ignore=E501,E265,W504