You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2020. It is now read-only.
sanity-check.sh: disable some spurious warnings (#126)
* The default behaviour of pydocstyle is to ignore "test_" files when
given a directory to check. Follow its example and ignore "test_"
files in the invocation we use too.
* Ignore pycodestyle "E203" warnings - sometimes they are spurious
(PyCQA/pycodestyle#373).
0 commit comments