diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1996be7e3..861b9281a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: '21.12b0' + rev: '22.1.0' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+