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 84613e7 commit 51b4090Copy full SHA for 51b4090
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: v4.4.0
4
hooks:
5
- id: trailing-whitespace
6
args: [--markdown-linebreak-ext=md]
@@ -9,7 +9,7 @@ repos:
9
- id: check-added-large-files
10
- id: debug-statements
11
- repo: https://github.com/PyCQA/flake8
12
- rev: "5.0.4"
+ rev: "6.0.0"
13
14
- id: flake8
15
additional_dependencies: [flake8-import-order, flake8-bugbear]
@@ -28,7 +28,7 @@ repos:
28
- id: pyupgrade
29
args: [--py37-plus]
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: "v0.990"
+ rev: "v0.991"
32
33
- id: mypy
34
files: vdirsyncer/.*
0 commit comments