Skip to content

Commit 49687e7

Browse files
⬆️🪝 update pre-commit hooks
updates: - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
1 parent 46e0009 commit 49687e7

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
@@ -58,15 +58,15 @@ repos:
5858

5959
# Also run Black on examples in the documentation
6060
- repo: https://github.com/asottile/blacken-docs
61-
rev: "v1.12.1"
61+
rev: "1.13.0"
6262
hooks:
6363
- id: blacken-docs
6464
additional_dependencies:
6565
- black==22.12.0 # keep in sync with black hook
6666

6767
# Check for common mistakes
6868
- repo: https://github.com/pre-commit/pygrep-hooks
69-
rev: "v1.9.0"
69+
rev: "v1.10.0"
7070
hooks:
7171
- id: python-check-blanket-noqa
7272
- id: python-check-blanket-type-ignore

0 commit comments

Comments
 (0)