We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12bdbfa commit d5bf9e1Copy full SHA for d5bf9e1
pyproject.toml
@@ -70,11 +70,12 @@ format = { chain = [
70
"format:ruff",
71
"format:docs",
72
"fix:ruff",
73
+ # run formatting again to fix any inconsistencies when imports are stripped
74
+ "format:ruff",
75
]}
76
"format:black" = "black ."
77
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
78
"format:ruff" = "ruff format"
-"format:isort" = "isort ."
79
80
"lint" = { chain = [
81
"check:ruff",
requirements-dev.lock
@@ -120,7 +120,7 @@ respx==0.20.2
120
rich==13.7.1
121
rsa==4.9
122
# via google-auth
123
-ruff==0.6.5
+ruff==0.6.9
124
s3transfer==0.7.0
125
# via boto3
126
setuptools==68.2.2
0 commit comments