Skip to content

Commit 6a9d8a8

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 3db61a0 commit 6a9d8a8

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
@@ -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.246
4040
hooks:
4141
- id: ruff
4242
- repo: https://github.com/dosisod/refurb
43-
rev: v1.10.0
43+
rev: v1.12.0
4444
hooks:
4545
- id: refurb
4646
args: [--ignore, FURB126]
@@ -63,7 +63,7 @@ repos:
6363
hooks:
6464
- id: codespell
6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: 'v0.991'
66+
rev: 'v1.0.0'
6767
hooks:
6868
- id: mypy
6969
args: [

0 commit comments

Comments
 (0)