Skip to content

Commit f4eb211

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.244 → v0.0.270](astral-sh/ruff-pre-commit@v0.0.244...v0.0.270) - [github.com/dosisod/refurb: v1.12.0 → v1.16.0](dosisod/refurb@v1.12.0...v1.16.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.3.0](pre-commit/mirrors-mypy@v1.0.0...v1.3.0)
1 parent 2a60aa4 commit f4eb211

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ 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
3232
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3333
- repo: https://github.com/psf/black
34-
rev: 23.1.0
34+
rev: 23.3.0
3535
hooks:
3636
- id: black
3737
- repo: https://github.com/charliermarsh/ruff-pre-commit
38-
rev: v0.0.244
38+
rev: v0.0.270
3939
hooks:
4040
- id: ruff
4141
- repo: https://github.com/dosisod/refurb
42-
rev: v1.12.0
42+
rev: v1.16.0
4343
hooks:
4444
- id: refurb
4545
args: [--ignore, FURB126]
@@ -62,13 +62,13 @@ repos:
6262
]
6363
args: [--wrap, "88"]
6464
- repo: https://github.com/codespell-project/codespell
65-
rev: v2.2.2
65+
rev: v2.2.4
6666
hooks:
6767
- id: codespell
6868
args: [-L als, -L unparseable]
6969
additional_dependencies: ["tomli"]
7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: 'v1.0.0'
71+
rev: 'v1.3.0'
7272
hooks:
7373
- id: mypy
7474
args: [

0 commit comments

Comments
 (0)