Skip to content

Commit 9a93d6f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/PyCQA/docformatter: v1.6.0.rc1 → v1.6.5](PyCQA/docformatter@v1.6.0.rc1...v1.6.5) - [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.265](astral-sh/ruff-pre-commit@v0.0.228...v0.0.265) - [github.com/dosisod/refurb: v1.10.0 → v1.16.0](dosisod/refurb@v1.10.0...v1.16.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.2.0](pre-commit/mirrors-mypy@v0.991...v1.2.0)
1 parent a96ff69 commit 9a93d6f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: python-no-log-warn
2828
- id: python-use-type-annotations
2929
- id: text-unicode-replacement-char
30-
- repo: https://github.com/asottile/reorder_python_imports
30+
- repo: https://github.com/asottile/reorder-python-imports
3131
rev: v3.9.0
3232
hooks:
3333
- id: reorder-python-imports
@@ -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.6.5
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.265
5959
hooks:
6060
- id: ruff
6161
- repo: https://github.com/dosisod/refurb
62-
rev: v1.10.0
62+
rev: v1.16.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.2.0
9393
hooks:
9494
- id: mypy
9595
args:

0 commit comments

Comments
 (0)