Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #326 from cs50/pylint
Browse files Browse the repository at this point in the history
downgraded pylint
  • Loading branch information
Kareem Zidane authored Nov 8, 2018
2 parents 64a48ad + 78bf285 commit a7759f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VERSION_FILE := $(FILES_DIR)/etc/version50
PLUGINS := audioplayer browser cat debug gist hex info presentation simple statuspage theme

NAME := ide50
VERSION := 153
VERSION := 154

define getplugin
@echo "\nFetching $(1)..."
Expand Down
2 changes: 1 addition & 1 deletion update50
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ PYTHON_PACKAGES="check50==2.2.5 \
nltk \
passlib \
plotly \
pylint \
pylint==1.9.3 `# pylint-flask doesn't support pylint 2 yet` \
pylint_django \
pylint_flask \
pyyaml \
Expand Down

0 comments on commit a7759f8

Please sign in to comment.