grim/local-pipelines

3fcb5ebd0a1c
Parents 7359577fb08d
Children f09bcff8d512
Tell flake8 to ignore a blank line at the end of a file
  • +2 -1
    tox.ini
  • --- a/tox.ini Sat Sep 10 19:34:59 2016 -0700
    +++ b/tox.ini Sat Sep 10 22:04:44 2016 -0500
    @@ -1,4 +1,5 @@
    [flake8]
    -ignore =
    +# W391 is blank line at end of file
    +ignore = W391
    exclude = .hg,__pycache__,build,dist,*venv*
    max-complexity = 10