Skip to content

Commit a94bd75

Browse files
[pre-commit.ci] pre-commit autoupdate (#65)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d15d7bb commit a94bd75

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
@@ -24,20 +24,20 @@ 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.11.0
27+
rev: v3.12.0
2828
hooks:
2929
- id: reorder-python-imports
3030
args: [--py38-plus, --add-import, 'from __future__ import annotations']
3131
- repo: https://github.com/asottile/setup-cfg-fmt
32-
rev: v2.4.0
32+
rev: v2.5.0
3333
hooks:
3434
- id: setup-cfg-fmt
3535
- repo: https://github.com/psf/black
3636
rev: 23.9.1
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.0.291
40+
rev: v0.0.292
4141
hooks:
4242
- id: ruff
4343
- repo: https://github.com/dosisod/refurb
@@ -60,7 +60,7 @@ repos:
6060
]
6161
args: [--wrap, "88"]
6262
- repo: https://github.com/codespell-project/codespell
63-
rev: v2.2.5
63+
rev: v2.2.6
6464
hooks:
6565
- id: codespell
6666
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)