Skip to content

Commit b575f9a

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): api update (#11)
1 parent 294dc4f commit b575f9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,12 @@ format = { chain = [
6363
"format:ruff",
6464
"format:docs",
6565
"fix:ruff",
66+
# run formatting again to fix any inconsistencies when imports are stripped
67+
"format:ruff",
6668
]}
6769
"format:black" = "black ."
6870
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
6971
"format:ruff" = "ruff format"
70-
"format:isort" = "isort ."
7172

7273
"lint" = { chain = [
7374
"check:ruff",

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pytz==2023.3.post1
8080
# via dirty-equals
8181
respx==0.20.2
8282
rich==13.7.1
83-
ruff==0.6.5
83+
ruff==0.6.9
8484
setuptools==68.2.2
8585
# via nodeenv
8686
six==1.16.0

0 commit comments

Comments
 (0)