Skip to content

Commit 9051b90

Browse files
joshuadengfacebook-github-bot
authored andcommitted
bump pre-commit and formatting versioning to latest versions (#1755)
Summary: Pull Request resolved: #1755 internal versioning of black has been updated causing out of sync issues with oss formatting versions, i.e. https://github.com/pytorch/torchrec/actions/runs/8147399095/job/22268020763 updated black versioning changes 9a217b5 4e41029 Reviewed By: zainhuda Differential Revision: D54510840 fbshipit-source-id: 349f3b02bdafde99464b758ac9e5e69c63881967
1 parent c539fc8 commit 9051b90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.5.0
44
hooks:
55
- id: check-toml
66
- id: check-yaml
77
exclude: packaging/.*
88
- id: end-of-file-fixer
99

1010
- repo: https://github.com/omnilib/ufmt
11-
rev: v1.3.2
11+
rev: v2.5.1
1212
hooks:
1313
- id: ufmt
1414
additional_dependencies:
15-
- black == 22.3.0
16-
- usort == 1.0.2
15+
- black == 24.2.0
16+
- usort == 1.0.8.post1

0 commit comments

Comments
 (0)