Skip to content

Commit f8137ac

Browse files
committed
TW-5372 Fix CI lint config
1 parent 8cd9643 commit f8137ac

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

.pylintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
good-names=id,k,v,cc,to,ip
33
max-line-length=120
44

5+
[DESIGN]
6+
max-public-methods=25
7+
58
[MESSAGES CONTROL]
69
disable=
710
missing-module-docstring,

CHANGELOG.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ nylas-python Changelog
22
======================
33
Unreleased
44
----------
5+
* Added Workspaces resource (`client.workspaces`) with `list`, `find`, `create`, `update` (PATCH), `destroy`, `auto_group`, and `manual_assign`
6+
* Corrected RedirectUris `update` to use PATCH instead of PUT; added `deleted_at` to the RedirectUri model and made `platform` optional on create
7+
* Verified and extended Applications: added `update` (PATCH `/v3/applications`) and source-only response fields (`idp_settings`, hosted-authentication legal URLs, `v2_application_id`, `domain`, `blocked`, timestamps)
58
* Fix draft and other JSON API requests failing with "only JSON and multipart supported" by sending `Content-Type: application/json` instead of `application/json; charset=utf-8`
69

710
v6.15.0
@@ -27,15 +30,6 @@ v6.14.1
2730
----------
2831
* Fix attachment id to not be a requirement
2932

30-
Unreleased
31-
----------
32-
* Added Policies resource (`client.policies`) with `list`, `find`, `create`, `update` (PUT), and `destroy`
33-
* Added Rules resource (`client.rules`) with `list`, `find`, `create`, `update` (PUT), `destroy`, and `list_evaluations` (per-grant rule evaluations)
34-
* Added Workspaces resource (`client.workspaces`) with `list`, `find`, `create`, `update` (PATCH), `destroy`, `auto_group`, and `manual_assign`
35-
* Added Manage Domains resource (`client.domains`) with `list`, `find`, `create`, `update` (PUT), `destroy`, `info`, and `verify` against `/v3/admin/domains`
36-
* Corrected RedirectUris `update` to use PATCH instead of PUT; added `deleted_at` to the RedirectUri model and made `platform` optional on create
37-
* Verified and extended Applications: added `update` (PATCH `/v3/applications`) and source-only response fields (`idp_settings`, hosted-authentication legal URLs, `v2_application_id`, `domain`, `blocked`, timestamps)
38-
3933
v6.14.0
4034
----------
4135
* Added `message.deleted` to the Webhook enum, appended tests
@@ -557,4 +551,3 @@ Added tests
557551
v0.3.5
558552
------
559553
Drafts can now be sent without an implicit intermediate save to the mail provider.
560-

0 commit comments

Comments
 (0)