Skip to content

Commit

Permalink
chore(internal): bump ruff dependency (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stainless Bot committed Oct 18, 2024
1 parent 12bdbfa commit d5bf9e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,12 @@ format = { chain = [
"format:ruff",
"format:docs",
"fix:ruff",
# run formatting again to fix any inconsistencies when imports are stripped
"format:ruff",
]}
"format:black" = "black ."
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
"format:ruff" = "ruff format"
"format:isort" = "isort ."

"lint" = { chain = [
"check:ruff",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ respx==0.20.2
rich==13.7.1
rsa==4.9
# via google-auth
ruff==0.6.5
ruff==0.6.9
s3transfer==0.7.0
# via boto3
setuptools==68.2.2
Expand Down

0 comments on commit d5bf9e1

Please sign in to comment.