Skip to content

Commit 2f47a2e

Browse files
committed
Update pre-commit
1 parent 11aeef4 commit 2f47a2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/ambv/black
3-
rev: 21.7b0
3+
rev: 22.10.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
77
- repo: https://github.com/asottile/blacken-docs
8-
rev: v1.10.0
8+
rev: v1.12.1
99
hooks:
1010
- id: blacken-docs
11-
additional_dependencies: [black==21.7b0]
11+
additional_dependencies: [black==22.10.0]
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
1313
rev: v2.1.0
1414
hooks:
@@ -36,7 +36,7 @@ repos:
3636
hooks:
3737
- id: rst-backticks
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v2.23.3
39+
rev: v3.2.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py36-plus]

0 commit comments

Comments
 (0)