Skip to content

Commit

Permalink
Upgrade black version (#7582)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Apr 3, 2022
1 parent cfb1381 commit be64b01
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.1.0 # must match requirements-tests.txt
rev: 22.3.0 # must match requirements-tests.txt
hooks:
- id: black
language_version: python3.9
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mypy==0.942
pytype==2022.03.29; platform_system != "Windows" and python_version < "3.10"
# must match .pre-commit-config.yaml
black==22.1.0
black==22.3.0
flake8==4.0.1
flake8-bugbear==21.11.29
flake8-pyi==22.3.0
Expand Down

0 comments on commit be64b01

Please sign in to comment.