Skip to content

Commit 0e834ea

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0)
1 parent 5535106 commit 0e834ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# See https://pre-commit.com/hooks.html for more hooks
1919
repos:
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v5.0.0
21+
rev: v6.0.0
2222
hooks:
2323
- id: trailing-whitespace
2424
args: [--markdown-linebreak-ext=md]
@@ -108,7 +108,7 @@ repos:
108108
hooks:
109109
- id: black
110110
- repo: https://github.com/asottile/blacken-docs
111-
rev: 1.19.1
111+
rev: 1.20.0
112112
hooks:
113113
- id: blacken-docs
114114
args: [--line-length=80]

0 commit comments

Comments
 (0)