Skip to content

Commit d74a5e7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0)
1 parent bbc86a2 commit d74a5e7

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
@@ -20,7 +20,7 @@ repos:
2020
- id: flake8
2121
additional_dependencies: [flake8-typing-imports]
2222
- repo: https://github.com/pre-commit/pygrep-hooks
23-
rev: v1.9.0
23+
rev: v1.10.0
2424
hooks:
2525
- id: rst-backticks
2626
- repo: https://github.com/asottile/pyupgrade
@@ -34,7 +34,7 @@ repos:
3434
- id: black
3535
args: [--safe, --quiet]
3636
- repo: https://github.com/asottile/blacken-docs
37-
rev: v1.12.1
37+
rev: 1.13.0
3838
hooks:
3939
- id: blacken-docs
4040
additional_dependencies: [black==22.10.0]

0 commit comments

Comments
 (0)