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 c35fead commit 9c140a7Copy full SHA for 9c140a7
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v3.1.0
+ rev: v3.2.0
16
hooks:
17
- id: pyupgrade
18
args: ["--py36-plus"]
@@ -31,7 +31,7 @@ repos:
31
- id: blacken-docs
32
additional_dependencies: [black==22.10]
33
- repo: https://github.com/asottile/setup-cfg-fmt
34
- rev: v2.1.0
+ rev: v2.2.0
35
36
- id: setup-cfg-fmt
37
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -52,7 +52,7 @@ repos:
52
- flake8-noqa==1.2.9
53
- pep8-naming==0.13.2
54
- repo: https://github.com/pre-commit/mirrors-prettier
55
- rev: "v3.0.0-alpha.3"
+ rev: "v3.0.0-alpha.4"
56
57
- id: prettier
58
additional_dependencies:
0 commit comments