Skip to content

Commit

Permalink
Update flake8 and pylint to latest (home-assistant#6217)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-git authored and fabaff committed Feb 25, 2017
1 parent 81ca978 commit c5a8372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# linters such as flake8 and pylint should be pinned, as new releases
# make new things fail. Manually update these pins when pulling in a
# new version
flake8==3.2.1
pylint==1.6.4
flake8==3.3
pylint==1.6.5
mypy-lang==0.4.5
pydocstyle==1.1.1
coveralls>=1.1
Expand Down

0 comments on commit c5a8372

Please sign in to comment.