Skip to content

Commit 75ac448

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.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.1.1](psf/black@23.9.1...24.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.2.1](astral-sh/ruff-pre-commit@v0.0.291...v0.2.1) - [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.8.0](pre-commit/mirrors-mypy@v1.5.1...v1.8.0)
1 parent be50c5a commit 75ac448

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
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.5.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.1.1
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.2.1
4040
hooks:
4141
- id: ruff
4242
- repo: https://github.com/executablebooks/mdformat
@@ -55,11 +55,11 @@ repos:
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.8.0'
6363
hooks:
6464
- id: mypy
6565
args: [

0 commit comments

Comments
 (0)