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 df8c4a1 commit dcd3b7aCopy full SHA for dcd3b7a
.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.3.0"
+ rev: "23.9.1"
13
hooks:
14
- id: black
15
- repo: https://github.com/pre-commit/mirrors-mypy
16
- rev: "v1.2.0"
+ rev: "v1.5.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.265'
+ rev: 'v0.0.291'
27
28
- id: ruff
29
args: [--fix, --exit-non-zero-on-fix]
0 commit comments