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.
2 parents 64ad6ea + 377bb65 commit 87011cfCopy full SHA for 87011cf
.pre-commit-config.yaml
@@ -8,21 +8,21 @@ repos:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/asottile/reorder_python_imports
11
- rev: v3.8.3
+ rev: v3.8.4
12
hooks:
13
- id: reorder-python-imports
14
args: [--application-directories, '.:src', --py36-plus]
15
- repo: https://github.com/psf/black
16
- rev: 22.8.0
+ rev: 22.10.0
17
18
- id: black
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v2.38.2
+ rev: v3.1.0
21
22
- id: pyupgrade
23
args: [--py36-plus]
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v0.981
+ rev: v0.982
26
27
- id: mypy
28
exclude: ^(docs/|tests/)
0 commit comments