Skip to content

Commit 6e372cb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/charliermarsh/ruff-pre-commit: v0.0.261 → v0.0.269](astral-sh/ruff-pre-commit@v0.0.261...v0.0.269) - [github.com/dosisod/refurb: v1.15.0 → v1.16.0](dosisod/refurb@v1.15.0...v1.16.0) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0)
1 parent 87d0c6f commit 6e372cb

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
@@ -23,7 +23,7 @@ repos:
2323
- id: python-no-log-warn
2424
- id: python-use-type-annotations
2525
- id: text-unicode-replacement-char
26-
- repo: https://github.com/asottile/reorder_python_imports
26+
- repo: https://github.com/asottile/reorder-python-imports
2727
rev: v3.9.0
2828
hooks:
2929
- id: reorder-python-imports
@@ -37,11 +37,11 @@ repos:
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/charliermarsh/ruff-pre-commit
40-
rev: v0.0.261
40+
rev: v0.0.269
4141
hooks:
4242
- id: ruff
4343
- repo: https://github.com/dosisod/refurb
44-
rev: v1.15.0
44+
rev: v1.16.0
4545
hooks:
4646
- id: refurb
4747
args: [--ignore, FURB126]
@@ -64,7 +64,7 @@ repos:
6464
hooks:
6565
- id: codespell
6666
- repo: https://github.com/pre-commit/mirrors-mypy
67-
rev: 'v1.2.0'
67+
rev: 'v1.3.0'
6868
hooks:
6969
- id: mypy
7070
args: [

0 commit comments

Comments
 (0)