Skip to content

Commit 7d6f04c

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.5.1 → v1.7.1](PyCQA/docformatter@v1.5.1...v1.7.1) - [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.223 → v0.0.270](astral-sh/ruff-pre-commit@v0.0.223...v0.0.270) - [github.com/dosisod/refurb: v1.10.0 → v1.16.0](dosisod/refurb@v1.10.0...v1.16.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.3.0](pre-commit/mirrors-mypy@v0.991...v1.3.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4)
1 parent 358ee12 commit 7d6f04c

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
@@ -24,7 +24,7 @@ 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
27+
- repo: https://github.com/asottile/reorder-python-imports
2828
rev: v3.9.0
2929
hooks:
3030
- id: reorder-python-imports
@@ -34,20 +34,20 @@ repos:
3434
hooks:
3535
- id: setup-cfg-fmt
3636
- repo: https://github.com/PyCQA/docformatter
37-
rev: v1.5.1
37+
rev: v1.7.1
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.3.0
4343
hooks:
4444
- id: black
4545
- repo: https://github.com/charliermarsh/ruff-pre-commit
46-
rev: v0.0.223
46+
rev: v0.0.270
4747
hooks:
4848
- id: ruff
4949
- repo: https://github.com/dosisod/refurb
50-
rev: v1.10.0
50+
rev: v1.16.0
5151
hooks:
5252
- id: refurb
5353
args: [--ignore, FURB126]
@@ -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.3.0'
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.4
8585
hooks:
8686
- id: codespell
8787
- repo: https://github.com/mgedmin/check-manifest

0 commit comments

Comments
 (0)