Skip to content

Commit

Permalink
Upgrade flake8-pyi to 22.7.0 (#8377)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Jul 24, 2022
1 parent 5598b49 commit 62cde01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
additional_dependencies:
# must match requirements-tests.txt
- 'flake8-bugbear==21.11.29'
- 'flake8-pyi==22.5.1'
- 'flake8-pyi==22.7.0'

ci:
autofix_commit_msg: '[pre-commit.ci] auto fixes from pre-commit.com hooks'
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ black==22.6.0
# must match .pre-commit-config.yaml
flake8==4.0.1
flake8-bugbear==21.11.29
flake8-pyi==22.5.1
flake8-pyi==22.7.0
# must match .pre-commit-config.yaml
isort==5.10.1
tomli==1.2.2
Expand Down

0 comments on commit 62cde01

Please sign in to comment.