Skip to content

Commit 3c41402

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.12.0](asottile/reorder-python-imports@v3.9.0...v3.12.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.5.0](asottile/setup-cfg-fmt@v2.2.0...v2.5.0) - [github.com/PyCQA/docformatter: v1.6.0.rc1 → v1.7.5](PyCQA/docformatter@v1.6.0.rc1...v1.7.5) - [github.com/psf/black: 22.12.0 → 23.9.1](psf/black@22.12.0...23.9.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.228 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.228...v0.0.292) - [github.com/dosisod/refurb: v1.10.0 → v1.21.0](dosisod/refurb@v1.10.0...v1.21.0) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.6](codespell-project/codespell@v2.2.2...v2.2.6) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.5.1](pre-commit/mirrors-mypy@v0.991...v1.5.1)
1 parent a96ff69 commit 3c41402

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ 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
31-
rev: v3.9.0
30+
- repo: https://github.com/asottile/reorder-python-imports
31+
rev: v3.12.0
3232
hooks:
3333
- id: reorder-python-imports
3434
args:
3535
- --py37-plus
3636
- --add-import
3737
- from __future__ import annotations
3838
- repo: https://github.com/asottile/setup-cfg-fmt
39-
rev: v2.2.0
39+
rev: v2.5.0
4040
hooks:
4141
- id: setup-cfg-fmt
4242
- repo: https://github.com/PyCQA/docformatter
43-
rev: v1.6.0.rc1
43+
rev: v1.7.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.9.1
5555
hooks:
5656
- id: black
57-
- repo: https://github.com/charliermarsh/ruff-pre-commit
58-
rev: v0.0.228
57+
- repo: https://github.com/astral-sh/ruff-pre-commit
58+
rev: v0.0.292
5959
hooks:
6060
- id: ruff
6161
- repo: https://github.com/dosisod/refurb
62-
rev: v1.10.0
62+
rev: v1.21.0
6363
hooks:
6464
- id: refurb
6565
args:
@@ -75,7 +75,7 @@ repos:
7575
- src
7676
- tests
7777
- repo: https://github.com/executablebooks/mdformat
78-
rev: 0.7.16
78+
rev: 0.7.17
7979
hooks:
8080
- id: mdformat
8181
additional_dependencies:
@@ -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.6
8989
hooks:
9090
- id: codespell
9191
- repo: https://github.com/pre-commit/mirrors-mypy
92-
rev: v0.991
92+
rev: v1.5.1
9393
hooks:
9494
- id: mypy
9595
args:

0 commit comments

Comments
 (0)