diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f64cee051..b4cc9d57e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 22.3.0 # must match requirements-tests.txt + rev: 22.6.0 # must match requirements-tests.txt hooks: - id: black language_version: python3.9 diff --git a/requirements-tests.txt b/requirements-tests.txt index 9b7e78391..83f95978c 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,7 +1,7 @@ mypy==0.960 pytype==2022.6.23; platform_system != "Windows" # must match .pre-commit-config.yaml -black==22.3.0 +black==22.6.0 # must match .pre-commit-config.yaml flake8==4.0.1 flake8-bugbear==21.11.29