diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 249a621..1979433 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: -- repo: https://github.com/ambv/black - rev: 026c81b83454f176a9f9253cbfb70be2c159d822 +- repo: https://github.com/psf/black + rev: 21.8b0 hooks: - id: black language_version: python3.8