diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b588faa8b11..036c33202f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - --in-place - --remove-all-unused-imports - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 22.12.0 hooks: - id: black args: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 448c9db84c8..1241265a94a 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -2,7 +2,7 @@ autoflake==2.0.0 bandit==1.7.4 -black==22.10.0 +black==22.12.0 codespell==2.2.2 flake8-comprehensions==3.10.1 flake8-docstrings==1.6.0