Commit af37ad6f by Peter Weidenbach

pep8 -> flake8

parent 1178267e
*.egg-info/
.cache/ .cache/
.coverage .coverage
.idea/ .idea/
...@@ -9,3 +10,4 @@ ...@@ -9,3 +10,4 @@
__pycache__/ __pycache__/
bin/ bin/
build/ build/
dist/
[pytest] [pytest]
addopts = --pep8 -v addopts = --flake8 -v
pep8ignore = flake8-ignore =
*.py E501 *.py E501
pytest pytest
pytest-cov pytest-cov
pytest-pep8 pytest-flake8
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment