aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
blob: 7dbd2d58438ecbdf09ca5e5bc44f011b83201680 (plain)
1
2
[flake8]
ignore = E501,D10
--with-coverage \ --cover-tests \ --cover-package=apex \ --cover-xml \ --cover-min-percentage 95 \ apex/tests coverage report [testenv:pep8] basepython = python3 commands = flake8 --exclude .build,build --ignore=F401 [testenv:py35] basepython = python3