Skip to content

Commit 8ab402f

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.11.0](asottile/reorder-python-imports@v3.9.0...v3.11.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.4.0](asottile/setup-cfg-fmt@v2.2.0...v2.4.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.261 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.261...v0.0.290) - [github.com/dosisod/refurb: v1.15.0 → v1.21.0](dosisod/refurb@v1.15.0...v1.21.0) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.5.1](pre-commit/mirrors-mypy@v1.2.0...v1.5.1)
1 parent eef375c commit 8ab402f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ 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.11.0
3030
hooks:
3131
- id: reorder-python-imports
3232
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v2.2.0
34+
rev: v2.4.0
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/psf/black
38-
rev: 23.3.0
38+
rev: 23.9.1
3939
hooks:
4040
- id: black
41-
- repo: https://github.com/charliermarsh/ruff-pre-commit
42-
rev: v0.0.261
41+
- repo: https://github.com/astral-sh/ruff-pre-commit
42+
rev: v0.0.290
4343
hooks:
4444
- id: ruff
4545
- repo: https://github.com/dosisod/refurb
46-
rev: v1.15.0
46+
rev: v1.21.0
4747
hooks:
4848
- id: refurb
4949
args: [--ignore, FURB126]
@@ -53,7 +53,7 @@ repos:
5353
- id: interrogate
5454
args: [-v, --fail-under=40, src, tests]
5555
- repo: https://github.com/executablebooks/mdformat
56-
rev: 0.7.16
56+
rev: 0.7.17
5757
hooks:
5858
- id: mdformat
5959
additional_dependencies: [
@@ -62,12 +62,12 @@ repos:
6262
]
6363
args: [--wrap, "88"]
6464
- repo: https://github.com/codespell-project/codespell
65-
rev: v2.2.4
65+
rev: v2.2.5
6666
hooks:
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.5.1'
7171
hooks:
7272
- id: mypy
7373
args: [

0 commit comments

Comments
 (0)