pgAdmin 4 commit: Update pycodestyle to 2.5.0. Allow newer versions so

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Update pycodestyle to 2.5.0. Allow newer versions so
Date: 2019-03-20 13:01:36
Message-ID: E1h6aqe-000851-PR@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Update pycodestyle to 2.5.0. Allow newer versions so we can catch issues early.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=906a4a845e09e60f9d8683ca037305e79bbdcd3e

Modified Files
--------------
.pycodestyle | 2 +-
.../server_groups/servers/databases/event_triggers/__init__.py | 2 +-
.../foreign_data_wrappers/foreign_servers/__init__.py | 2 +-
.../servers/databases/schemas/functions/tests/utils.py | 10 +++++-----
.../server_groups/servers/databases/schemas/tables/__init__.py | 6 +++---
.../servers/databases/schemas/tables/partitions/__init__.py | 8 ++++----
web/regression/requirements.txt | 2 +-
7 files changed, 16 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-03-20 13:25:17 pgAdmin 4 commit: 1) Fixed issue in Select2 Control, added undefined/nu
Previous Message Dave Page 2019-03-20 11:58:16 pgAdmin 4 commit: Remove the dependency on importlib for Python <= 2.7.