Skip to content

Commit 1d27c2c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.14.0](asottile/reorder-python-imports@v3.9.0...v3.14.0) - [github.com/psf/black: 23.1.0 → 25.1.0](psf/black@23.1.0...25.1.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.244 → v0.11.0](astral-sh/ruff-pre-commit@v0.0.244...v0.11.0) - [github.com/dosisod/refurb: v1.12.0 → v2.0.0](dosisod/refurb@v1.12.0...v2.0.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.7.0](asottile/setup-cfg-fmt@v2.2.0...v2.7.0) - [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.22](hukkin/mdformat@0.7.16...0.7.22) - [github.com/codespell-project/codespell: v2.2.2 → v2.4.1](codespell-project/codespell@v2.2.2...v2.4.1) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.15.0](pre-commit/mirrors-mypy@v1.0.0...v1.15.0) - [github.com/mgedmin/check-manifest: 0.49 → 0.50](mgedmin/check-manifest@0.49...0.50)
1 parent 2a60aa4 commit 1d27c2c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.pre-commit-config.yaml

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -25,35 +25,35 @@ 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.14.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: 25.1.0
3535
hooks:
3636
- id: black
37-
- repo: https://github.com/charliermarsh/ruff-pre-commit
38-
rev: v0.0.244
37+
- repo: https://github.com/astral-sh/ruff-pre-commit
38+
rev: v0.11.0
3939
hooks:
4040
- id: ruff
4141
- repo: https://github.com/dosisod/refurb
42-
rev: v1.12.0
42+
rev: v2.0.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.7.0
4848
hooks:
4949
- id: setup-cfg-fmt
5050
- repo: https://github.com/econchick/interrogate
51-
rev: 1.5.0
51+
rev: 1.7.0
5252
hooks:
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.22
5757
hooks:
5858
- id: mdformat
5959
additional_dependencies: [
@@ -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.4.1
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.15.0'
7272
hooks:
7373
- id: mypy
7474
args: [
@@ -82,7 +82,7 @@ repos:
8282
]
8383
pass_filenames: false
8484
- repo: https://github.com/mgedmin/check-manifest
85-
rev: "0.49"
85+
rev: "0.50"
8686
hooks:
8787
- id: check-manifest
8888
args: [--no-build-isolation]

0 commit comments

Comments
 (0)