From 63934272cb1554e918f27eaaee310710db2bd98d Mon Sep 17 00:00:00 2001 From: Kyle D Date: Mon, 2 Dec 2024 09:49:10 -0500 Subject: [PATCH] Update ruff --- allspice/__init__.py | 18 +++++++++--------- requirements-test.txt | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/allspice/__init__.py b/allspice/__init__.py index bc924f7..839410b 100644 --- a/allspice/__init__.py +++ b/allspice/__init__.py @@ -27,18 +27,18 @@ __all__ = [ "AllSpice", - "User", - "Organization", - "Team", - "Repository", - "Branch", - "NotFoundException", "AlreadyExistsException", - "Issue", - "Milestone", - "Commit", + "Branch", "Comment", + "Commit", "Content", "DesignReview", + "Issue", + "Milestone", + "NotFoundException", + "Organization", "Release", + "Repository", + "Team", + "User", ] diff --git a/requirements-test.txt b/requirements-test.txt index be255ae..6884eae 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -6,7 +6,7 @@ pdoc~=15.0 pyright~=1.1 pytest-recording~=0.13 pytest~=8.3 -ruff==0.6.9 +ruff==0.8.1 syrupy~=4.7 types-requests~=2.32 typing_extensions~=4.11; python_version < "3.11"