Skip to content

Commit dc11f72

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.4...v0.4.3) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent 5504f44 commit dc11f72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ repos:
1414
- id: validate-pyproject
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.3.4
17+
rev: v0.4.3
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.3.0
23+
rev: 24.4.2
2424
hooks:
2525
- id: black
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.9.0
28+
rev: v1.10.0
2929
hooks:
3030
- id: mypy
3131
files: "^src/"

0 commit comments

Comments
 (0)