Skip to content

Commit

Permalink
Pinning pylint version as current release/master is not compatible wi…
Browse files Browse the repository at this point in the history
…th pylint 2.2.0 yet
  • Loading branch information
carlio committed Nov 26, 2018
1 parent 79587c5 commit 797c8f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ docs/_build
# emacs
TAGS
flycheck*

# local configuration
.env
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if sys.version_info < (3, 0):
_INSTALL_REQUIRES += ['pylint<2', 'pylint-django<0.9']
else:
_INSTALL_REQUIRES += ['pylint>=2', 'pylint-django==2.0.2']
_INSTALL_REQUIRES += ['pylint==2.1.1', 'pylint-django==2.0.2']

_PACKAGE_DATA = {
'prospector': [
Expand Down

0 comments on commit 797c8f2

Please sign in to comment.