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 2138c43 commit 3bf9a3dCopy full SHA for 3bf9a3d
.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: "v1.0.0"
+ rev: "v1.0.1"
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.246'
+ rev: 'v0.0.249'
27
28
- id: ruff
29
- repo: local
0 commit comments