Skip to content

Commit 94deca2

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
args: [--py38-plus, --add-import, 'from __future__ import annotations']
3131
exclude: ^(docs_src/)
3232
- repo: https://github.com/asottile/reorder-python-imports
33-
rev: v3.9.0
33+
rev: v3.11.0
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py38-plus]
@@ -44,7 +44,7 @@ repos:
4444
hooks:
4545
- id: black
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.0.290
47+
rev: v0.0.291
4848
hooks:
4949
- id: ruff
5050
- repo: https://github.com/dosisod/refurb

0 commit comments

Comments
 (0)