Skip to content

Commit

Permalink
Setting pylint to v1.6.5 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Apr 23, 2019
1 parent c61bf25 commit 412e2da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev_requirements.txt
@@ -1,4 +1,6 @@
mock
pyflakes==2.1.1
pylint==1.9.4
# DocStringChecker currently only works with pylint 1.6.5. Upgrading causes it
# to stop producing errors on bad docstrings.
pylint==1.6.5
yapf==0.27.0

0 comments on commit 412e2da

Please sign in to comment.