Skip to content

Commit cbc0eea

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.11.0 → v3.12.0](asottile/reorder-python-imports@v3.11.0...v3.12.0) - [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.5.0](asottile/setup-cfg-fmt@v2.4.0...v2.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.291...v0.0.292) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
1 parent 52932c5 commit cbc0eea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ repos:
2626
- id: python-use-type-annotations
2727
- id: text-unicode-replacement-char
2828
- repo: https://github.com/asottile/reorder-python-imports
29-
rev: v3.11.0
29+
rev: v3.12.0
3030
hooks:
3131
- id: reorder-python-imports
3232
args: [--py38-plus, --add-import, 'from __future__ import annotations']
3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v2.4.0
34+
rev: v2.5.0
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/psf/black
3838
rev: 23.9.1
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.0.291
42+
rev: v0.0.292
4343
hooks:
4444
- id: ruff
4545
- repo: https://github.com/dosisod/refurb
@@ -62,7 +62,7 @@ repos:
6262
]
6363
args: [--wrap, "88"]
6464
- repo: https://github.com/codespell-project/codespell
65-
rev: v2.2.5
65+
rev: v2.2.6
6666
hooks:
6767
- id: codespell
6868
args: [-L als, -L falsy]

0 commit comments

Comments
 (0)