Skip to content

Commit

Permalink
Upgrade to latest ruff
Browse files Browse the repository at this point in the history
This newest version appears to allow CamelCase in `TypedDict`
definitions, which is neat.
  • Loading branch information
DavidCain committed Apr 24, 2024
1 parent bfb8d77 commit 58a64a9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ws/waivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class DocusignRole(_BaseDocusignRole, total=False):
"""Some extra information possible on a DocuSign role!"""

tabs: DocusignTabs
clientUserId: int # noqa: N815
clientUserId: int


def get_roles(
Expand Down

0 comments on commit 58a64a9

Please sign in to comment.