mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
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:
committed by
Tim Abbott
parent
07bac66db7
commit
e1772b3b8f
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user