grim/local-pipelines

3fcb5ebd0a1c
Tell flake8 to ignore a blank line at the end of a file
[flake8]
# W391 is blank line at end of file
ignore = W391
exclude = .hg,__pycache__,build,dist,*venv*
max-complexity = 10