Skip to content

Commit

Permalink
PyLintBear: PyLintBear breaks on Python 3.5.0
Browse files Browse the repository at this point in the history
This upgrade `pylint` to `1.7.2`
and fixes the PylintBear breaks on Python `3.5.0`

Closes coala#1973
  • Loading branch information
sangamcse committed Feb 12, 2018
1 parent b0b5560 commit 5a4115e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bear-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ proselint~=0.7.0
pycodestyle~=2.2
pydocstyle~=2.0
pyflakes~=1.5.0
pylint~=1.6.0
pylint~=1.7.2
pyroma~=2.2.0
pyyaml~=3.12
radon==1.4.0
Expand Down
2 changes: 1 addition & 1 deletion bears/python/PyLintBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class PyLintBear:
separately.
"""
LANGUAGES = {'Python', 'Python 2', 'Python 3'}
REQUIREMENTS = {PipRequirement('pylint', '1.6.0')}
REQUIREMENTS = {PipRequirement('pylint', '1.7.2')}
AUTHORS = {'The coala developers'}
AUTHORS_EMAILS = {'[email protected]'}
LICENSE = 'AGPL-3.0'
Expand Down

0 comments on commit 5a4115e

Please sign in to comment.