diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06af58adb..ad27732e9 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.1.0 + rev: 22.3.0 hooks: - id: black - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook diff --git a/requirements-lint.txt b/requirements-lint.txt index e5c1f4a23..752e651fa 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,5 +1,5 @@ argcomplete==2.0.0 -black==22.1.0 +black==22.3.0 flake8==4.0.1 isort==5.10.1 mypy==0.942