Skip to content

Commit

Permalink
Remove restriction on pylint and astroid versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomeiralins committed Jan 23, 2018
1 parent 68da206 commit 50be857
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ opbeat = "*"
whitenoise = "*"
bandit = "*"
coverage = "*"
astroid = "<1.6"
pylint = "<1.8"
pylint = "*"
prospector = {extras = ["with-vulture"]}
isort = "*"
safety = "*"
Expand Down

0 comments on commit 50be857

Please sign in to comment.