Skip to content

Commit 7448be3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
1 parent fad3c07 commit 7448be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ repos:
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.8.1
37+
rev: v0.8.6
3838
hooks:
3939
- id: ruff
4040
args: [--fix]
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.13.0
42+
rev: v1.14.1
4343
hooks:
4444
- id: mypy
4545
files: ^shindan_cli/

0 commit comments

Comments
 (0)