diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 215f6ea0f..c14d5b4a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/ambv/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black args: diff --git a/requirements_test.txt b/requirements_test.txt index d49ce2ef4..05e74b872 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ pylint==2.14.3 flake8==4.0.1 -black==22.3.0 +black==22.6.0 # also change in .pre-commit-config.yaml when updating pyupgrade==2.34.0 # also change in .pre-commit-config.yaml when updating pre-commit