We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d3efb commit 700586dCopy full SHA for 700586d
β.pre-commit-config.yaml
@@ -9,11 +9,11 @@ repos:
9
- id: check-added-large-files
10
- id: debug-statements
11
- repo: https://github.com/psf/black
12
- rev: "23.1.0"
+ rev: "23.3.0"
13
hooks:
14
- id: black
15
- repo: https://github.com/pre-commit/mirrors-mypy
16
- rev: "v1.0.1"
+ rev: "v1.2.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.249'
+ rev: 'v0.0.265'
27
28
- id: ruff
29
- repo: local
0 commit comments