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 843c58b commit 278e6deCopy full SHA for 278e6de
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: check-added-large-files
10
- id: debug-statements
11
- repo: https://github.com/PyCQA/flake8
12
- rev: "4.0.1"
+ rev: "5.0.4"
13
hooks:
14
- id: flake8
15
additional_dependencies: [flake8-import-order, flake8-bugbear]
@@ -23,12 +23,12 @@ repos:
23
- id: isort
24
name: isort (python)
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v2.34.0
+ rev: v2.37.3
27
28
- id: pyupgrade
29
args: [--py37-plus]
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: "v0.961"
+ rev: "v0.971"
32
33
- id: mypy
34
files: vdirsyncer/.*
0 commit comments