Skip to content

Commit 22d2fa6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.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/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.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.269 → v0.0.288](astral-sh/ruff-pre-commit@v0.0.269...v0.0.288) - [github.com/dosisod/refurb: v1.16.0 → v1.21.0](dosisod/refurb@v1.16.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.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.5.1](pre-commit/mirrors-mypy@v1.3.0...v1.5.1)
1 parent a07c62a commit 22d2fa6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@ repos:
2424
- id: python-use-type-annotations
2525
- id: text-unicode-replacement-char
2626
- repo: https://github.com/asottile/reorder-python-imports
27-
rev: v3.9.0
27+
rev: v3.10.0
2828
hooks:
2929
- id: reorder-python-imports
3030
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3131
- repo: https://github.com/asottile/setup-cfg-fmt
32-
rev: v2.2.0
32+
rev: v2.4.0
3333
hooks:
3434
- id: setup-cfg-fmt
3535
- repo: https://github.com/psf/black
36-
rev: 23.3.0
36+
rev: 23.9.1
3737
hooks:
3838
- id: black
39-
- repo: https://github.com/charliermarsh/ruff-pre-commit
40-
rev: v0.0.269
39+
- repo: https://github.com/astral-sh/ruff-pre-commit
40+
rev: v0.0.288
4141
hooks:
4242
- id: ruff
4343
- repo: https://github.com/dosisod/refurb
44-
rev: v1.16.0
44+
rev: v1.21.0
4545
hooks:
4646
- id: refurb
4747
args: [--ignore, FURB126]
@@ -51,7 +51,7 @@ repos:
5151
- id: interrogate
5252
args: [-v, --fail-under=40, src, tests]
5353
- repo: https://github.com/executablebooks/mdformat
54-
rev: 0.7.16
54+
rev: 0.7.17
5555
hooks:
5656
- id: mdformat
5757
additional_dependencies: [
@@ -60,11 +60,11 @@ repos:
6060
]
6161
args: [--wrap, "88"]
6262
- repo: https://github.com/codespell-project/codespell
63-
rev: v2.2.4
63+
rev: v2.2.5
6464
hooks:
6565
- id: codespell
6666
- repo: https://github.com/pre-commit/mirrors-mypy
67-
rev: 'v1.3.0'
67+
rev: 'v1.5.1'
6868
hooks:
6969
- id: mypy
7070
args: [

0 commit comments

Comments
 (0)