We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294dc4f commit b575f9aCopy full SHA for b575f9a
pyproject.toml
@@ -63,11 +63,12 @@ format = { chain = [
63
"format:ruff",
64
"format:docs",
65
"fix:ruff",
66
+ # run formatting again to fix any inconsistencies when imports are stripped
67
+ "format:ruff",
68
]}
69
"format:black" = "black ."
70
"format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
71
"format:ruff" = "ruff format"
-"format:isort" = "isort ."
72
73
"lint" = { chain = [
74
"check:ruff",
requirements-dev.lock
@@ -80,7 +80,7 @@ pytz==2023.3.post1
80
# via dirty-equals
81
respx==0.20.2
82
rich==13.7.1
83
-ruff==0.6.5
+ruff==0.6.9
84
setuptools==68.2.2
85
# via nodeenv
86
six==1.16.0
0 commit comments