Skip to content

Commit fa7bedf

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.2...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 49bb688 commit fa7bedf

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
@@ -16,7 +16,7 @@ repos:
1616
args: [--autofix]
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.7.2
19+
rev: v0.8.6
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --unsafe-fixes]
@@ -30,7 +30,7 @@ repos:
3030
# - id: validate-pyproject
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.13.0
33+
rev: v1.14.1
3434
hooks:
3535
- id: mypy
3636
files: "^src/"

0 commit comments

Comments
 (0)