pgAdmin 4 commit: Update pycodestyle to 2.5.0. Allow newer versionsso - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Update pycodestyle to 2.5.0. Allow newer versionsso
Date
Msg-id E1h6aqe-000851-PR@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Remove the dependency on importlib for Python <=2.7.
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: 1) Fixed issue in Select2 Control,added undefined/nu