Skip to content

Commit cbb0cad

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/pre-commit/mirrors-mypy: v0.910 → v0.910-1](pre-commit/mirrors-mypy@v0.910...v0.910-1)
1 parent 6351041 commit cbb0cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-added-large-files
1010
- id: debug-statements
1111
- repo: https://github.com/PyCQA/flake8
12-
rev: "3.9.2"
12+
rev: "4.0.1"
1313
hooks:
1414
- id: flake8
1515
additional_dependencies: [flake8-import-order, flake8-bugbear]
@@ -28,7 +28,7 @@ repos:
2828
- id: pyupgrade
2929
args: [--py37-plus]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: "v0.910"
31+
rev: "v0.910-1"
3232
hooks:
3333
- id: mypy
3434
files: vdirsyncer/.*

0 commit comments

Comments
 (0)