Skip to content

Commit e55b208

Browse files
ci: [pre-commit.ci] autoupdate (#314)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com>
1 parent c7a894a commit e55b208

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
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.13.3
8+
rev: v0.14.10
99
hooks:
1010
- id: ruff
1111
args: [--fix, --unsafe-fixes]
@@ -17,7 +17,7 @@ repos:
1717
- id: validate-pyproject
1818

1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.18.2
20+
rev: v1.19.1
2121
hooks:
2222
- id: mypy
2323
exclude: tests|examples

0 commit comments

Comments
 (0)