Skip to content

Commit 30511b0

Browse files
ci: pre-commit autoupdate (#144)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3d21953 commit 30511b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: trailing-whitespace
77
- id: no-commit-to-branch
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.14.8
9+
rev: v0.14.9
1010
hooks:
1111
- id: ruff-check
1212
args: [--fix, --exit-non-zero-on-fix]
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: update-mypy-hook
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.19.0
29+
rev: v1.19.1
3030
hooks:
3131
- id: mypy
3232
args: [--config-file=pyproject.toml, .]

0 commit comments

Comments
 (0)