Skip to content

Commit 331ef87

Browse files
[pre-commit.ci] pre-commit autoupdate (#61)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 52932c5 commit 331ef87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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)