Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 8eff101

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/doc8.git: 0.11.1 → 0.11.2](https://github.com/PyCQA/doc8.git/compare/0.11.1...0.11.2) - [github.com/pre-commit/mirrors-mypy: v0.942 → v0.960](pre-commit/mirrors-mypy@v0.942...v0.960)
1 parent 74af5f0 commit 8eff101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/PyCQA/doc8.git
4-
rev: 0.11.1
4+
rev: 0.11.2
55
hooks:
66
- id: doc8
77
- repo: https://github.com/PyCQA/isort
@@ -40,7 +40,7 @@ repos:
4040
types: [file, yaml]
4141
entry: yamllint --strict
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v0.942
43+
rev: v0.960
4444
hooks:
4545
- id: mypy
4646
# empty args needed in order to match mypy cli behavior

0 commit comments

Comments
 (0)