mirror of https://github.com/dirtbags/moth.git
14 lines
200 B
INI
14 lines
200 B
INI
|
[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
|