Skip to content

Commit

Permalink
Upgrade pylint to 1.8.4
Browse files Browse the repository at this point in the history
Fix for #29 introduced two pylint "errors" which I believe are bugs in
pylint though. The latest pylint version 1.8.4 doesn't help though and
so I reported two issues to pylint:
pylint-dev/pylint#2062
pylint-dev/pylint#2063

Hockepy will probably have broken builds due to these false positive
pylint errors until those two issues are fixed.
  • Loading branch information
geckon committed May 4, 2018
1 parent fc9f762 commit 33d7849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pycodestyle>=2.4.0
pylint==1.8.3
pylint==1.8.4
requests==2.18.4

0 comments on commit 33d7849

Please sign in to comment.