We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11aeef4 commit 2f47a2eCopy full SHA for 2f47a2e
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
repos:
2
- repo: https://github.com/ambv/black
3
- rev: 21.7b0
+ rev: 22.10.0
4
hooks:
5
- id: black
6
args: [--safe, --quiet]
7
- repo: https://github.com/asottile/blacken-docs
8
- rev: v1.10.0
+ rev: v1.12.1
9
10
- id: blacken-docs
11
- additional_dependencies: [black==21.7b0]
+ additional_dependencies: [black==22.10.0]
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
rev: v2.1.0
14
@@ -36,7 +36,7 @@ repos:
36
37
- id: rst-backticks
38
- repo: https://github.com/asottile/pyupgrade
39
- rev: v2.23.3
+ rev: v3.2.0
40
41
- id: pyupgrade
42
args: [--py36-plus]
0 commit comments