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 24cb49f commit 13ca008Copy full SHA for 13ca008
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
hooks:
14
- id: black
15
- repo: https://github.com/pre-commit/mirrors-mypy
16
- rev: "v0.991"
+ rev: "v1.0.0"
17
18
- id: mypy
19
files: vdirsyncer/.*
@@ -23,7 +23,7 @@ repos:
23
- types-requests
24
- types-atomicwrites
25
- repo: https://github.com/charliermarsh/ruff-pre-commit
26
- rev: 'v0.0.243'
+ rev: 'v0.0.246'
27
28
- id: ruff
29
- repo: local
0 commit comments