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 dc6e4ba commit 22a1271Copy full SHA for 22a1271
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: flake8
15
additional_dependencies: [flake8-import-order, flake8-bugbear]
16
- repo: https://github.com/psf/black
17
- rev: "21.12b0"
+ rev: "22.1.0"
18
hooks:
19
- id: black
20
- repo: https://github.com/pycqa/isort
@@ -23,12 +23,12 @@ repos:
23
- id: isort
24
name: isort (python)
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v2.31.0
+ rev: v2.31.1
27
28
- id: pyupgrade
29
args: [--py37-plus]
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: "v0.931"
+ rev: "v0.941"
32
33
- id: mypy
34
files: vdirsyncer/.*
0 commit comments