diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4619e9bc3..4f1b473dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black - repo: https://github.com/commitizen-tools/commitizen diff --git a/requirements-lint.txt b/requirements-lint.txt index dd5cc9283..1c00ed11b 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,5 +1,5 @@ argcomplete<=2.0.0 -black==22.3.0 +black==22.6.0 commitizen==2.27.1 flake8==4.0.1 isort==5.10.1