Skip to content

Commit 9cbaa43

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/asottile/reorder-python-imports: v3.11.0 → v3.12.0](asottile/reorder-python-imports@v3.11.0...v3.12.0) - [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.5.0](asottile/setup-cfg-fmt@v2.4.0...v2.5.0) - [github.com/psf/black: 23.9.1 → 24.4.0](psf/black@23.9.1...24.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.3.7](astral-sh/ruff-pre-commit@v0.0.291...v0.3.7) - [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.9.0](pre-commit/mirrors-mypy@v1.5.1...v1.9.0)
1 parent be50c5a commit 9cbaa43

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
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: v4.6.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -18,16 +18,16 @@ repos:
1818
- id: python-use-type-annotations
1919
- id: text-unicode-replacement-char
2020
- repo: https://github.com/asottile/reorder-python-imports
21-
rev: v3.11.0
21+
rev: v3.12.0
2222
hooks:
2323
- id: reorder-python-imports
2424
args: [--py38-plus, --add-import, 'from __future__ import annotations']
2525
- repo: https://github.com/asottile/setup-cfg-fmt
26-
rev: v2.4.0
26+
rev: v2.5.0
2727
hooks:
2828
- id: setup-cfg-fmt
2929
- repo: https://github.com/psf/black
30-
rev: 23.9.1
30+
rev: 24.4.0
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/asottile/blacken-docs
@@ -36,7 +36,7 @@ repos:
3636
- id: blacken-docs
3737
additional_dependencies: [black]
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.0.291
39+
rev: v0.3.7
4040
hooks:
4141
- id: ruff
4242
- repo: https://github.com/executablebooks/mdformat
@@ -50,16 +50,16 @@ repos:
5050
args: [--wrap, "88"]
5151
files: (README\.md)
5252
- repo: https://github.com/econchick/interrogate
53-
rev: 1.5.0
53+
rev: 1.7.0
5454
hooks:
5555
- id: interrogate
5656
args: [-v, --fail-under=40, src, tests]
5757
- repo: https://github.com/codespell-project/codespell
58-
rev: v2.2.5
58+
rev: v2.2.6
5959
hooks:
6060
- id: codespell
6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: 'v1.5.1'
62+
rev: 'v1.9.0'
6363
hooks:
6464
- id: mypy
6565
args: [

0 commit comments

Comments
 (0)