tools: Upgrade Pycodestyle and fix new linter errors.

Here, we are upgrading pycodestyle version from 2.4.0 to 2.5.0.

Fixes: #11396.
This commit is contained in:
Pragati Agrawal
2019-01-31 19:02:37 +05:30
committed by Tim Abbott
parent 07bac66db7
commit e1772b3b8f
16 changed files with 52 additions and 52 deletions

View File

@@ -26,7 +26,7 @@ httpretty==0.9.6
isort==4.3.4
# for pep8 linter
pycodestyle==2.4.0
pycodestyle==2.5.0
# Needed to run pyflakes linter
pyflakes==2.0.0

View File

@@ -121,7 +121,7 @@ py3dns==3.2.0
pyaml==18.11.0 # via moto
pyasn1-modules==0.2.4
pyasn1==0.4.5
pycodestyle==2.4.0
pycodestyle==2.5.0
pycparser==2.19 # via cffi
pycrypto==2.6.1
pycryptodome==3.7.3 # via python-jose

View File

@@ -11,4 +11,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2018/11/07/zulip-1-9-relea
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '27.4'
PROVISION_VERSION = '27.5'