Skip to content

Commit 2c743ff

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/docformatter: v1.6.0.rc1 → v1.5.1](PyCQA/docformatter@v1.6.0.rc1...v1.5.1) - [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.228 → v0.0.254](astral-sh/ruff-pre-commit@v0.0.228...v0.0.254) - [github.com/dosisod/refurb: v1.10.0 → v1.13.0](dosisod/refurb@v1.10.0...v1.13.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.1](pre-commit/mirrors-mypy@v0.991...v1.0.1)
1 parent a96ff69 commit 2c743ff

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
@@ -40,7 +40,7 @@ repos:
4040
hooks:
4141
- id: setup-cfg-fmt
4242
- repo: https://github.com/PyCQA/docformatter
43-
rev: v1.6.0.rc1
43+
rev: v1.5.1
4444
hooks:
4545
- id: docformatter
4646
args:
@@ -51,15 +51,15 @@ repos:
5151
- '88'
5252
- --blank
5353
- repo: https://github.com/psf/black
54-
rev: 22.12.0
54+
rev: 23.1.0
5555
hooks:
5656
- id: black
5757
- repo: https://github.com/charliermarsh/ruff-pre-commit
58-
rev: v0.0.228
58+
rev: v0.0.254
5959
hooks:
6060
- id: ruff
6161
- repo: https://github.com/dosisod/refurb
62-
rev: v1.10.0
62+
rev: v1.13.0
6363
hooks:
6464
- id: refurb
6565
args:
@@ -89,7 +89,7 @@ repos:
8989
hooks:
9090
- id: codespell
9191
- repo: https://github.com/pre-commit/mirrors-mypy
92-
rev: v0.991
92+
rev: v1.0.1
9393
hooks:
9494
- id: mypy
9595
args:

0 commit comments

Comments
 (0)