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 763cf2a commit 76a79c0Copy full SHA for 76a79c0
.pre-commit-config.yaml
@@ -14,12 +14,12 @@ repos:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v2.38.2
+ rev: v3.0.0
18
hooks:
19
- id: pyupgrade
20
args: [--py37-plus]
21
- repo: https://github.com/psf/black
22
- rev: 22.8.0
+ rev: 22.10.0
23
24
- id: black
25
- repo: https://github.com/asottile/blacken-docs
@@ -42,6 +42,6 @@ repos:
42
- flake8-tidy-imports
43
- flake8-typing-imports
44
- repo: https://github.com/pre-commit/mirrors-mypy
45
- rev: v0.981
+ rev: v0.982
46
47
- id: mypy
0 commit comments