aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: dfc2ec0e5c12eb7b31701e8d4c01ae9bcf0c1951 (plain)
1
2
3
4
5
6
[egg_info]
tag_svn_revision = false

[flake8]
ignore = W601               ; # noqa doesn't silence this one
max-line-length = 100