Skip to content

Commit c1a872b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) - [github.com/PyCQA/doc8: 0.10.1 → 0.11.1](PyCQA/doc8@0.10.1...0.11.1) - [github.com/pre-commit/mirrors-mypy: v0.940 → v0.942](pre-commit/mirrors-mypy@v0.940...v0.942)
1 parent be5934a commit c1a872b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
hooks:
4343
- id: reorder-python-imports
4444
- repo: https://github.com/psf/black
45-
rev: 22.1.0
45+
rev: 22.3.0
4646
hooks:
4747
- id: black
4848
- repo: https://github.com/asottile/blacken-docs
@@ -71,7 +71,7 @@ repos:
7171
Pygments,
7272
]
7373
- repo: https://github.com/PyCQA/doc8
74-
rev: 0.10.1
74+
rev: 0.11.1
7575
hooks:
7676
- id: doc8
7777
- repo: https://github.com/econchick/interrogate
@@ -96,7 +96,7 @@ repos:
9696
- id: tryceratops
9797
exclude: "{{cookiecutter.project_slug}}/pyproject.toml"
9898
- repo: https://github.com/pre-commit/mirrors-mypy
99-
rev: 'v0.940'
99+
rev: 'v0.942'
100100
hooks:
101101
- id: mypy
102102
args: [

0 commit comments

Comments
 (0)