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 ee34d41 commit 4e60625Copy full SHA for 4e60625
.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: v2.38.2
+ rev: v3.0.0
16
hooks:
17
- id: pyupgrade
18
args: ["--py37-plus"]
@@ -25,7 +25,7 @@ repos:
25
26
- id: isort
27
- repo: https://github.com/psf/black
28
- rev: 22.8.0
+ rev: 22.10.0
29
30
- id: black
31
args: [--safe]
@@ -56,7 +56,7 @@ repos:
56
- flake8-noqa==1.2.9
57
- pep8-naming==0.13.2
58
- repo: https://github.com/pre-commit/mirrors-prettier
59
- rev: "v2.7.1"
+ rev: "v3.0.0-alpha.1"
60
61
- id: prettier
62
additional_dependencies:
0 commit comments