diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d3b3d43..1521fe45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,3 +17,7 @@ repos: args: [--autofix, --indent, 4] - id: requirements-txt-fixer - id: trailing-whitespace + - repo: https://github.com/psf/black + rev: 22.10.0 + hooks: + - id: black