Update hooks

This commit is contained in:
Anthony Sottile 2015-05-31 13:51:02 -07:00
parent 5656e3cc30
commit f138e3451b
3 changed files with 18 additions and 24 deletions

View file

@ -27,3 +27,6 @@ commands = sphinx-build -b html -d build/doctrees source build/html
[flake8]
max-line-length=131
[pep8]
ignore=E265,E309,E501