Skip to content

Commit ceec080

Browse files
committed
v1.6.0
1 parent 48f1f54 commit ceec080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Sample `.pre-commit-config.yaml`:
7676

7777
```yaml
7878
- repo: https://github.com/asottile/blacken-docs
79-
rev: v1.5.0-1
79+
rev: v1.6.0
8080
hooks:
8181
- id: blacken-docs
8282
additional_dependencies: [black==...]

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = blacken_docs
3-
version = 1.5.0
3+
version = 1.6.0
44
description = Run `black` on python code blocks in documentation files
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)