diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b44fd95..c277288 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,10 +10,11 @@ repos: - id: end-of-file-fixer - id: requirements-txt-fixer - id: trailing-whitespace -- repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.2 +- repo: https://github.com/psf/black + rev: stable hooks: - - id: autopep8 + - id: black + language_version: python3.8 - repo: https://github.com/asottile/pyupgrade rev: v3.3.1 hooks: