X-Git-Url: https://pwan.org/git/?p=margebot.git;a=blobdiff_plain;f=setup.cfg;fp=setup.cfg;h=2103725b769b376a7a26523c69c5778814635299;hp=0000000000000000000000000000000000000000;hb=37a205f220a629d3a02dd1ce6a8dc75a33242de7;hpb=0471aaab125baa8828affab441ec72caa0e44bee diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..2103725 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,7 @@ +[aliases] +test = pytest + +[tool:pytest] +addopts = --cov=plugins --cov-report term-missing --cov-report html --pep8 --pylint --pylint-rcfile=.pylintrc +pep8ignore = + *.py E501 \ No newline at end of file