moth/contrib/python/setup.cfg

14 lines
200 B
INI
Raw Normal View History

2020-10-15 15:04:07 -06:00
[nosetests]
with-coverage=1
cover-package=moth
cover-branches=1
[flake8]
# flake8 is an automated code formatting pedant.
# Use it, please.
#
# python3 -m flake8 .
#
ignore = E501
exclude = .git