Skip to content

Commit 779229c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.259](astral-sh/ruff-pre-commit@v0.0.223...v0.0.259) - [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 3db61a0 commit 779229c

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
@@ -32,15 +32,15 @@ repos:
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.259
4040
hooks:
4141
- id: ruff
4242
- repo: https://github.com/dosisod/refurb
43-
rev: v1.10.0
43+
rev: v1.15.0
4444
hooks:
4545
- id: refurb
4646
args: [--ignore, FURB126]
@@ -59,11 +59,11 @@ repos:
5959
]
6060
args: [--wrap, "88"]
6161
- repo: https://github.com/codespell-project/codespell
62-
rev: v2.2.2
62+
rev: v2.2.4
6363
hooks:
6464
- id: codespell
6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: 'v0.991'
66+
rev: 'v1.1.1'
6767
hooks:
6868
- id: mypy
6969
args: [

0 commit comments

Comments
 (0)