Skip to content

Commit

Permalink
Updating docstringchecker (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Oct 9, 2018
1 parent 6e46d4b commit 06ce9eb
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 77 deletions.
5 changes: 2 additions & 3 deletions dev_requirements.txt
@@ -1,8 +1,7 @@
# pylint versions prior to 1.5.0 require this specific version of astroid.
astroid==1.3.8
astroid==1.6.5
mock
pyflakes==2.0.0
# We use pylint exclusively to run the DocStringChecker linter and that linter
# expects pre-1.5.0 pylint syntax.
pylint==1.4.4
pylint==1.5.0
yapf==0.22.0

0 comments on commit 06ce9eb

Please sign in to comment.