Skip to content

Commit 151eb68

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v1.20.0 → v1.20.1](asottile/setup-cfg-fmt@v1.20.0...v1.20.1) - [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)
1 parent ae51f44 commit 151eb68

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
@@ -32,11 +32,11 @@ repos:
3232
- id: reorder-python-imports
3333
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3434
- repo: https://github.com/asottile/setup-cfg-fmt
35-
rev: v1.20.0
35+
rev: v1.20.1
3636
hooks:
3737
- id: setup-cfg-fmt
3838
- repo: https://github.com/psf/black
39-
rev: 22.1.0
39+
rev: 22.3.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/asottile/blacken-docs
@@ -66,7 +66,7 @@ repos:
6666
Pygments,
6767
]
6868
- repo: https://github.com/PyCQA/doc8
69-
rev: 0.10.1
69+
rev: 0.11.1
7070
hooks:
7171
- id: doc8
7272
- repo: https://github.com/econchick/interrogate

0 commit comments

Comments
 (0)