diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70984e56e5..7905abdda2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,6 +17,11 @@ repos: - id: check-yaml files: .*\.(yaml|yml)$ args: ['--unsafe'] + - repo: https://github.com/psf/black + rev: 23.3.0 + hooks: + - id: black + args: ['-S', '-l', '79'] - repo: https://github.com/PyCQA/bandit rev: 1.7.5 hooks: