Skip to content

Commit

Permalink
Enable "blackdoc" for "RST" files.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Nov 4, 2022
1 parent 0602ad8 commit 2d5d6a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ repos:
- id: black
language_version: python3.8
- repo: https://github.com/keewis/blackdoc
rev: v0.3.7
rev: v0.3.8
hooks:
- id: blackdoc
language_version: python3.8
exclude_types: [rst]
- repo: https://github.com/PyCQA/flake8
rev: 5.0.3
hooks:
Expand Down

0 comments on commit 2d5d6a2

Please sign in to comment.