Skip to content

Commit

Permalink
Update linter versions (facebookresearch#481)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookresearch#481

Test Plan: CI

Reviewed By: pbontrager

Differential Revision: D50138753

Pulled By: ebsmothers

fbshipit-source-id: 76a94ebd764e6a414663105b19a714fb6fed7cc7
  • Loading branch information
ebsmothers authored and facebook-github-bot committed Oct 10, 2023
1 parent 6f32ca1 commit f2cfe1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ repos:
args: ['--config=.flake8']

- repo: https://github.com/omnilib/ufmt
rev: v1.3.0
rev: v2.0.1
hooks:
- id: ufmt
additional_dependencies:
- black == 22.3.0
- usort == 1.0.2
- black == 22.12.0
- usort == 1.0.5
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DALL-E==0.1
black==22.3.0
black==22.12.0
flake8-bugbear==22.4.25
flake8==4.0.1
iopath
Expand All @@ -9,5 +9,5 @@ pre-commit
pytest
pytest-cov
pytest-mock==3.8.2
ufmt==1.3.0
usort==1.0.2
ufmt==2.0.1
usort==1.0.5

0 comments on commit f2cfe1a

Please sign in to comment.