Skip to content

Commit d021ab4

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.11.0](asottile/reorder-python-imports@v3.9.0...v3.11.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.4.0](asottile/setup-cfg-fmt@v2.2.0...v2.4.0) - [github.com/PyCQA/docformatter: v1.5.1 → v1.7.5](PyCQA/docformatter@v1.5.1...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.223 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.223...v0.0.290) - [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/pre-commit/mirrors-mypy: v0.991 → v1.5.1](pre-commit/mirrors-mypy@v0.991...v1.5.1) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.5](codespell-project/codespell@v2.2.2...v2.2.5)
1 parent 358ee12 commit d021ab4

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
@@ -24,35 +24,35 @@ repos:
2424
- id: python-no-log-warn
2525
- id: python-use-type-annotations
2626
- id: text-unicode-replacement-char
27-
- repo: https://github.com/asottile/reorder_python_imports
28-
rev: v3.9.0
27+
- repo: https://github.com/asottile/reorder-python-imports
28+
rev: v3.11.0
2929
hooks:
3030
- id: reorder-python-imports
3131
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3232
- repo: https://github.com/asottile/setup-cfg-fmt
33-
rev: v2.2.0
33+
rev: v2.4.0
3434
hooks:
3535
- id: setup-cfg-fmt
3636
- repo: https://github.com/PyCQA/docformatter
37-
rev: v1.5.1
37+
rev: v1.7.5
3838
hooks:
3939
- id: docformatter
4040
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
4141
- repo: https://github.com/psf/black
42-
rev: 22.12.0
42+
rev: 23.9.1
4343
hooks:
4444
- id: black
45-
- repo: https://github.com/charliermarsh/ruff-pre-commit
46-
rev: v0.0.223
45+
- repo: https://github.com/astral-sh/ruff-pre-commit
46+
rev: v0.0.290
4747
hooks:
4848
- id: ruff
4949
- repo: https://github.com/dosisod/refurb
50-
rev: v1.10.0
50+
rev: v1.21.0
5151
hooks:
5252
- id: refurb
5353
args: [--ignore, FURB126]
5454
- repo: https://github.com/executablebooks/mdformat
55-
rev: 0.7.16
55+
rev: 0.7.17
5656
hooks:
5757
- id: mdformat
5858
additional_dependencies: [
@@ -66,7 +66,7 @@ repos:
6666
- id: interrogate
6767
args: [-v, --fail-under=40, src]
6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: 'v0.991'
69+
rev: 'v1.5.1'
7070
hooks:
7171
- id: mypy
7272
args: [
@@ -81,7 +81,7 @@ repos:
8181
]
8282
pass_filenames: false
8383
- repo: https://github.com/codespell-project/codespell
84-
rev: v2.2.2
84+
rev: v2.2.5
8585
hooks:
8686
- id: codespell
8787
- repo: https://github.com/mgedmin/check-manifest

0 commit comments

Comments
 (0)