Skip to content

Commit 7f784b0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/docformatter: v1.5.1 → v1.6.0.rc1](PyCQA/docformatter@v1.5.1...v1.6.0.rc1) - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.223 → v0.0.246](astral-sh/ruff-pre-commit@v0.0.223...v0.0.246) - [github.com/dosisod/refurb: v1.10.0 → v1.12.0](dosisod/refurb@v1.10.0...v1.12.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.0](pre-commit/mirrors-mypy@v0.991...v1.0.0)
1 parent 358ee12 commit 7f784b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ repos:
3434
hooks:
3535
- id: setup-cfg-fmt
3636
- repo: https://github.com/PyCQA/docformatter
37-
rev: v1.5.1
37+
rev: v1.6.0.rc1
3838
hooks:
3939
- id: docformatter
4040
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
4141
- repo: https://github.com/psf/black
42-
rev: 22.12.0
42+
rev: 23.1.0
4343
hooks:
4444
- id: black
4545
- repo: https://github.com/charliermarsh/ruff-pre-commit
46-
rev: v0.0.223
46+
rev: v0.0.246
4747
hooks:
4848
- id: ruff
4949
- repo: https://github.com/dosisod/refurb
50-
rev: v1.10.0
50+
rev: v1.12.0
5151
hooks:
5252
- id: refurb
5353
args: [--ignore, FURB126]
@@ -66,7 +66,7 @@ repos:
6666
- id: interrogate
6767
args: [-v, --fail-under=40, src]
6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: 'v0.991'
69+
rev: 'v1.0.0'
7070
hooks:
7171
- id: mypy
7272
args: [

0 commit comments

Comments
 (0)