Add more docstrings and fix lint errors

This commit is contained in:
Ian Cordasco 2016-01-10 14:47:06 -06:00
parent 5903576732
commit 8c872c4bb9
9 changed files with 13 additions and 0 deletions

View file

@ -9,4 +9,5 @@ commands =
py.test {posargs}
[flake8]
# Ignore some flake8-docstrings errors
ignore = D203