Skip to content

Commit 4daa481

Browse files
[pre-commit.ci] pre-commit autoupdate (#666)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 78e2fa3 commit 4daa481

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
@@ -26,13 +26,13 @@ repos:
2626
args: [--preview, --enable-unstable-feature, string_processing]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.14.6
29+
rev: v0.14.7
3030
hooks:
3131
- id: ruff
3232
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: "v1.18.2"
35+
rev: "v1.19.0"
3636
hooks:
3737
- id: mypy
3838
additional_dependencies:

0 commit comments

Comments
 (0)