Skip to content

Commit 1af338e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0) - [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.275](astral-sh/ruff-pre-commit@v0.0.244...v0.0.275) - [github.com/dosisod/refurb: v1.12.0 → v1.17.0](dosisod/refurb@v1.12.0...v1.17.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.3.0](asottile/setup-cfg-fmt@v2.2.0...v2.3.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.5](codespell-project/codespell@v2.2.2...v2.2.5) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.4.1](pre-commit/mirrors-mypy@v1.0.0...v1.4.1)
1 parent 2a60aa4 commit 1af338e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@ 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
29-
rev: v3.9.0
28+
- repo: https://github.com/asottile/reorder-python-imports
29+
rev: v3.10.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.275
3939
hooks:
4040
- id: ruff
4141
- repo: https://github.com/dosisod/refurb
42-
rev: v1.12.0
42+
rev: v1.17.0
4343
hooks:
4444
- id: refurb
4545
args: [--ignore, FURB126]
4646
- repo: https://github.com/asottile/setup-cfg-fmt
47-
rev: v2.2.0
47+
rev: v2.3.0
4848
hooks:
4949
- id: setup-cfg-fmt
5050
- repo: https://github.com/econchick/interrogate
@@ -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.5
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.4.1'
7272
hooks:
7373
- id: mypy
7474
args: [

0 commit comments

Comments
 (0)