Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit fcf89dd

Browse files
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.2](astral-sh/ruff-pre-commit@v0.4.1...v0.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 e0d3b79 commit fcf89dd

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
@@ -76,19 +76,19 @@ repos:
7676
exclude: "workflow/src/libs"
7777

7878
- repo: https://github.com/psf/black
79-
rev: 24.4.0
79+
rev: 24.4.2
8080
hooks:
8181
- id: black
8282
exclude: "workflow/src/libs"
8383

8484
- repo: https://github.com/astral-sh/ruff-pre-commit
85-
rev: "v0.4.1"
85+
rev: "v0.4.2"
8686
hooks:
8787
- id: ruff
8888
args: [--fix, --exit-non-zero-on-fix]
8989

9090
- repo: https://github.com/pre-commit/mirrors-mypy
91-
rev: v1.9.0
91+
rev: v1.10.0
9292
hooks:
9393
- id: mypy
9494
exclude: "workflow/src/libs"

0 commit comments

Comments
 (0)