Skip to content

Commit

Permalink
Update ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
kdumontnu authored and shrik450 committed Dec 2, 2024
1 parent 3ca05e1 commit 6393427
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions allspice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6393427

Please # to comment.