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 e44c704 commit f103b10Copy full SHA for f103b10
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.2.0
+ rev: v4.3.0
4
hooks:
5
- id: trailing-whitespace
6
args: [--markdown-linebreak-ext=md]
@@ -23,12 +23,12 @@ repos:
23
- id: isort
24
name: isort (python)
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v2.32.1
+ rev: v2.34.0
27
28
- id: pyupgrade
29
args: [--py37-plus]
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: "v0.960"
+ rev: "v0.961"
32
33
- id: mypy
34
files: vdirsyncer/.*
0 commit comments