diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d3d9f09..04b77441 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,6 +30,11 @@ repos: - id: ruff args: ["--fix", "--show-fixes"] - id: ruff-format + - repo: https://github.com/adamchainz/blacken-docs + rev: 1.18.0 + hooks: + - id: blacken-docs + additional_dependencies: [black] - repo: https://github.com/pappasam/toml-sort rev: v0.23.1 hooks: