WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit cee42fd

Browse files
[pre-commit.ci] pre-commit autoupdate (#3690)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...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 19dd15f commit cee42fd

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
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: 'v0.14.3'
5+
rev: 'v0.14.7'
66
hooks:
77
- id: ruff
88
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
@@ -16,7 +16,7 @@ repos:
1616
- tomli
1717

1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.18.2
19+
rev: v1.19.0
2020
hooks:
2121
- id: mypy
2222
args: [src]

0 commit comments

Comments
 (0)