Merge pull request #944 from pimutils/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Hugo Osvaldo Barrera 2021-10-11 23:29:08 +02:00 committed by GitHub
commit ac6e19261f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ repos:
- id: check-added-large-files
- id: debug-statements
- repo: https://github.com/PyCQA/flake8
rev: "3.9.2"
rev: "4.0.1"
hooks:
- id: flake8
additional_dependencies: [flake8-import-order, flake8-bugbear]
@ -28,7 +28,7 @@ repos:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.910"
rev: "v0.910-1"
hooks:
- id: mypy
files: vdirsyncer/.*