Skip to content

Commit 86ef8eb

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.3.0](psf/black@22.12.0...23.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.228 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.228...v0.0.260) - [github.com/dosisod/refurb: v1.10.0 → v1.15.0](dosisod/refurb@v1.10.0...v1.15.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.1.1](pre-commit/mirrors-mypy@v0.991...v1.1.1)
1 parent a96ff69 commit 86ef8eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.3.0
5555
hooks:
5656
- id: black
5757
- repo: https://github.com/charliermarsh/ruff-pre-commit
58-
rev: v0.0.228
58+
rev: v0.0.260
5959
hooks:
6060
- id: ruff
6161
- repo: https://github.com/dosisod/refurb
62-
rev: v1.10.0
62+
rev: v1.15.0
6363
hooks:
6464
- id: refurb
6565
args:
@@ -85,11 +85,11 @@ repos:
8585
- --wrap
8686
- '88'
8787
- repo: https://github.com/codespell-project/codespell
88-
rev: v2.2.2
88+
rev: v2.2.4
8989
hooks:
9090
- id: codespell
9191
- repo: https://github.com/pre-commit/mirrors-mypy
92-
rev: v0.991
92+
rev: v1.1.1
9393
hooks:
9494
- id: mypy
9595
args:

0 commit comments

Comments
 (0)