diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f56cbf..f7ce2e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,3 +19,8 @@ repos: rev: 5.12.0 hooks: - id: isort + - repo: https://github.com/ambv/black + rev: 22.3.0 + hooks: + - id: black + language_version: python3