diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d774dee5..4e2ae93fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.4b2 + rev: 21.5b0 hooks: - id: black args: [--safe, --quiet] diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index fc5f74a09..3951e37c0 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,5 +1,5 @@ autoflake==1.4 -black==21.4b2 +black==21.5b0 flake8==3.9.2 isort==5.8.0 mypy==0.812