Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d5bf9e1

Browse files
author
Stainless Bot
committedOct 18, 2024
chore(internal): bump ruff dependency (#700)
1 parent 12bdbfa commit d5bf9e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,12 @@ format = { chain = [
7070
"format:ruff",
7171
"format:docs",
7272
"fix:ruff",
73+
# run formatting again to fix any inconsistencies when imports are stripped
74+
"format:ruff",
7375
]}
7476
"format:black" = "black ."
7577
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
7678
"format:ruff" = "ruff format"
77-
"format:isort" = "isort ."
7879

7980
"lint" = { chain = [
8081
"check:ruff",

‎requirements-dev.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ respx==0.20.2
120120
rich==13.7.1
121121
rsa==4.9
122122
# via google-auth
123-
ruff==0.6.5
123+
ruff==0.6.9
124124
s3transfer==0.7.0
125125
# via boto3
126126
setuptools==68.2.2

0 commit comments

Comments
 (0)
Please sign in to comment.