diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e94d8aa236..1e666f20af 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.1.0 + rev: 22.3.0 hooks: - id: black args: diff --git a/requirements_test.txt b/requirements_test.txt index 28a8e1db72..bc5316ca71 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ pylint==2.13.4 flake8==4.0.1 -black==22.1.0 +black==22.3.0 pyupgrade==2.31.1 pre-commit