Skip to content

Commit

Permalink
add blacken-docs pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Nov 21, 2023
1 parent 751e314 commit bb6e847
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ repos:
types: [file, python]
args: [--config=./pyproject.toml]

- repo: https://github.com/adamchainz/blacken-docs
rev: "1.16.0"
hooks:
- id: blacken-docs
additional_dependencies: [black==23.*]

- repo: https://github.com/aio-libs/sort-all
rev: "v1.2.0"
hooks:
Expand Down

0 comments on commit bb6e847

Please sign in to comment.