Skip to content

Commit 8512193

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) - [github.com/MarcoGorelli/auto-walrus: v0.2.2 → 0.3.4](MarcoGorelli/auto-walrus@v0.2.2...0.3.4) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.9.1](astral-sh/ruff-pre-commit@v0.0.270...v0.9.1) - [github.com/psf/black: 23.3.0 → 24.10.0](psf/black@23.3.0...24.10.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.3.0](codespell-project/codespell@v2.2.4...v2.3.0) - [github.com/tox-dev/pyproject-fmt: 0.11.2 → v2.5.0](tox-dev/pyproject-fmt@0.11.2...v2.5.0) - [github.com/abravalheri/validate-pyproject: v0.13 → v0.23](abravalheri/validate-pyproject@v0.13...v0.23) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.14.1](pre-commit/mirrors-mypy@v1.3.0...v1.14.1)
1 parent 9f19414 commit 8512193

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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: v5.0.0
44
hooks:
55
- id: check-executables-have-shebangs
66
- id: check-toml
@@ -11,39 +11,39 @@ repos:
1111
- id: requirements-txt-fixer
1212

1313
- repo: https://github.com/MarcoGorelli/auto-walrus
14-
rev: v0.2.2
14+
rev: 0.3.4
1515
hooks:
1616
- id: auto-walrus
1717

18-
- repo: https://github.com/charliermarsh/ruff-pre-commit
19-
rev: v0.0.270
18+
- repo: https://github.com/astral-sh/ruff-pre-commit
19+
rev: v0.9.1
2020
hooks:
2121
- id: ruff
2222

2323
- repo: https://github.com/psf/black
24-
rev: 23.3.0
24+
rev: 24.10.0
2525
hooks:
2626
- id: black
2727

2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.2.4
29+
rev: v2.3.0
3030
hooks:
3131
- id: codespell
3232
additional_dependencies:
3333
- tomli
3434

3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: "0.11.2"
36+
rev: "v2.5.0"
3737
hooks:
3838
- id: pyproject-fmt
3939

4040
- repo: https://github.com/abravalheri/validate-pyproject
41-
rev: v0.13
41+
rev: v0.23
4242
hooks:
4343
- id: validate-pyproject
4444

4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.3.0
46+
rev: v1.14.1
4747
hooks:
4848
- id: mypy
4949
args:

0 commit comments

Comments
 (0)