Skip to content

Commit 5971c84

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.241](astral-sh/ruff-pre-commit@v0.0.223...v0.0.241) - [github.com/dosisod/refurb: v1.10.0 → v1.11.0](dosisod/refurb@v1.10.0...v1.11.0)
1 parent 3db61a0 commit 5971c84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ repos:
2727
hooks:
2828
- id: setup-cfg-fmt
2929
- repo: https://github.com/PYCQA/docformatter
30-
rev: v1.5.1
30+
rev: v1.6.0.rc1
3131
hooks:
3232
- id: docformatter
3333
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
3434
- repo: https://github.com/psf/black
35-
rev: 22.12.0
35+
rev: 23.1.0
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/charliermarsh/ruff-pre-commit
39-
rev: v0.0.223
39+
rev: v0.0.241
4040
hooks:
4141
- id: ruff
4242
- repo: https://github.com/dosisod/refurb
43-
rev: v1.10.0
43+
rev: v1.11.0
4444
hooks:
4545
- id: refurb
4646
args: [--ignore, FURB126]

0 commit comments

Comments
 (0)