Skip to content

Commit 876be3a

Browse files
committed
Enable "blackdoc" for "RST" files.
1 parent 7a9b0b2 commit 876be3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ repos:
1414
- id: black
1515
language_version: python3.8
1616
- repo: https://github.com/keewis/blackdoc
17-
rev: v0.3.7
17+
rev: v0.3.8
1818
hooks:
1919
- id: blackdoc
2020
language_version: python3.8
21-
exclude_types: [rst]
2221
- repo: https://github.com/PyCQA/flake8
2322
rev: 5.0.3
2423
hooks:

0 commit comments

Comments
 (0)