Skip to content

Commit

Permalink
feat: add blacken docs to precommit (#4342)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Feb 15, 2022
1 parent d29bd2e commit 0eae328
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 @@ -26,3 +26,9 @@ repos:
exclude: ^(jina/proto/jina_pb2.py|docs/|jina/resources/)
args:
- -S
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
hooks:
- id: blacken-docs
args:
- -S

0 comments on commit 0eae328

Please sign in to comment.