Skip to content

Commit 825f37b

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.267](astral-sh/ruff-pre-commit@v0.0.261...v0.0.267) - [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 eef375c commit 825f37b

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
@@ -25,7 +25,7 @@ repos:
2525
- id: python-no-log-warn
2626
- id: python-use-type-annotations
2727
- id: text-unicode-replacement-char
28-
- repo: https://github.com/asottile/reorder_python_imports
28+
- repo: https://github.com/asottile/reorder-python-imports
2929
rev: v3.9.0
3030
hooks:
3131
- id: reorder-python-imports
@@ -39,11 +39,11 @@ repos:
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/charliermarsh/ruff-pre-commit
42-
rev: v0.0.261
42+
rev: v0.0.267
4343
hooks:
4444
- id: ruff
4545
- repo: https://github.com/dosisod/refurb
46-
rev: v1.15.0
46+
rev: v1.16.0
4747
hooks:
4848
- id: refurb
4949
args: [--ignore, FURB126]
@@ -67,7 +67,7 @@ repos:
6767
- id: codespell
6868
args: [-L als, -L falsy]
6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: 'v1.2.0'
70+
rev: 'v1.3.0'
7171
hooks:
7272
- id: mypy
7373
args: [

0 commit comments

Comments
 (0)