Skip to content

Commit 480fc47

Browse files
[pre-commit.ci] pre-commit autoupdate (#415)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2bb28c6 commit 480fc47

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,7 +24,7 @@ repos:
2424
- id: python-no-log-warn
2525
- id: text-unicode-replacement-char
2626
- repo: https://github.com/asottile/reorder-python-imports
27-
rev: v3.10.0
27+
rev: v3.11.0
2828
hooks:
2929
- id: reorder-python-imports
3030
args: [--py38-plus, --add-import, 'from __future__ import annotations']
@@ -40,15 +40,15 @@ repos:
4040
hooks:
4141
- id: setup-cfg-fmt
4242
- repo: https://github.com/psf/black
43-
rev: 23.7.0
43+
rev: 23.9.1
4444
hooks:
4545
- id: black
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.0.286
47+
rev: v0.0.290
4848
hooks:
4949
- id: ruff
5050
- repo: https://github.com/dosisod/refurb
51-
rev: v1.20.0
51+
rev: v1.21.0
5252
hooks:
5353
- id: refurb
5454
args: [--ignore, FURB126]

0 commit comments

Comments
 (0)