Skip to content

Commit fbf61bf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.1...v0.4.3) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent 17770ce commit fbf61bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010

1111
- repo: https://github.com/psf/black
12-
rev: 24.4.0
12+
rev: 24.4.2
1313
hooks:
1414
- id: black
1515

@@ -19,12 +19,12 @@ repos:
1919
- id: isort
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.4.1
22+
rev: v0.4.3
2323
hooks:
2424
- id: ruff
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.9.0
27+
rev: v1.10.0
2828
hooks:
2929
- id: mypy
3030
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)