Skip to content

Commit bffd09a

Browse files
Balandatfacebook-github-bot
authored andcommitted
Update black version in .pre-commit-config.yaml (pytorch#2789)
Summary: pytorch@ef1142b updated the black version, which caused a divergence with what was specified in the pre-commit config. This brings things back into sync. Pull Request resolved: pytorch#2789 Reviewed By: dme65 Differential Revision: D71856528 Pulled By: Balandat fbshipit-source-id: 66eec3feaf5894c0f9b18ffe3593ce466a577bd5
1 parent ef1142b commit bffd09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: ufmt
1717
additional_dependencies:
18-
- black==24.4.2
18+
- black==24.10.0
1919
- usort==1.0.8.post1
2020
- ruff-api==0.1.0
2121
- stdlibs==2024.1.28

0 commit comments

Comments
 (0)