diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30badce..2992fe5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,6 +29,10 @@ repos: hooks: - id: codespell args: ['--config', './contrib/codespell.cfg', --write-changes] +- repo: https://github.com/ambv/black + rev: 24.10.0 + hooks: + - id: black - repo: https://github.com/igorshubovych/markdownlint-cli rev: v0.38.0 hooks: