Skip to content

Commit b04c1c2

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.7.0](psf/black@23.3.0...23.7.0) - 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.280](astral-sh/ruff-pre-commit@v0.0.269...v0.0.280) - [github.com/dosisod/refurb: v1.16.0 → v1.17.0](dosisod/refurb@v1.16.0...v1.17.0) - [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.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)
1 parent a07c62a commit b04c1c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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.7.0
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.280
4141
hooks:
4242
- id: ruff
4343
- repo: https://github.com/dosisod/refurb
44-
rev: v1.16.0
44+
rev: v1.17.0
4545
hooks:
4646
- id: refurb
4747
args: [--ignore, FURB126]
@@ -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.4.1'
6868
hooks:
6969
- id: mypy
7070
args: [

0 commit comments

Comments
 (0)