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 8af234a commit 5876b4cCopy full SHA for 5876b4c
.pre-commit-config.yaml
@@ -15,9 +15,9 @@ repos:
15
hooks:
16
- id: ufmt
17
additional_dependencies:
18
- - black==24.4.2
19
- - usort==1.0.8.post1
20
- - ruff-api==0.1.0
+ - black==25.11.0
+ - usort==1.1.0
+ - ruff-api==0.2.0
21
- stdlibs==2024.1.28
22
args: [format]
23
requirements-fmt.txt
@@ -1,6 +1,6 @@
1
# generated by `pyfmt --requirements`
2
-black==24.4.2
3
-ruff-api==0.1.0
+black==25.11.0
+ruff-api==0.2.0
4
stdlibs==2024.1.28
5
-ufmt==2.8.0
6
-usort==1.0.8.post1
+ufmt==2.9.0
+usort==1.1.0
0 commit comments