diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b561c87..71b5dde 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,3 +5,7 @@ - id: check-toml - id: flake8 - id: debug-statements +- repo: https://github.com/ambv/black + rev: stable + hooks: + - id: black