We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d988c12 commit 5c974efCopy full SHA for 5c974ef
1 file changed
.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.1.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,7 +42,7 @@ 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
48
additional_dependencies:
0 commit comments