Skip to content

Commit f2cfe1a

Browse files
ebsmothersfacebook-github-bot
authored andcommitted
Update linter versions (#481)
Summary: Pull Request resolved: #481 Test Plan: CI Reviewed By: pbontrager Differential Revision: D50138753 Pulled By: ebsmothers fbshipit-source-id: 76a94ebd764e6a414663105b19a714fb6fed7cc7
1 parent 6f32ca1 commit f2cfe1a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ repos:
3535
args: ['--config=.flake8']
3636

3737
- repo: https://github.com/omnilib/ufmt
38-
rev: v1.3.0
38+
rev: v2.0.1
3939
hooks:
4040
- id: ufmt
4141
additional_dependencies:
42-
- black == 22.3.0
43-
- usort == 1.0.2
42+
- black == 22.12.0
43+
- usort == 1.0.5

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DALL-E==0.1
2-
black==22.3.0
2+
black==22.12.0
33
flake8-bugbear==22.4.25
44
flake8==4.0.1
55
iopath
@@ -9,5 +9,5 @@ pre-commit
99
pytest
1010
pytest-cov
1111
pytest-mock==3.8.2
12-
ufmt==1.3.0
13-
usort==1.0.2
12+
ufmt==2.0.1
13+
usort==1.0.5

0 commit comments

Comments
 (0)