Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit eb03f9a

Browse files
authored
Merge pull request #22 from Moemu/pre-commit-ci-update-config
chore: auto update by pre-commit hooks
2 parents 310aeda + 7157c9f commit eb03f9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ repos:
1414
args: ["--max-line-length=120", "--extend-ignore=W503,E203"]
1515

1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.17.1
17+
rev: v1.18.2
1818
hooks:
1919
- id: mypy # mypy 类型检查
2020
args: ["--install-types", "--non-interactive", "--ignore-missing-imports"]
2121
additional_dependencies: ["types-PyYAML", "types-pytz", "azure-ai-inference", "dashscope", "google-genai", "ollama"]
2222

23-
- repo: https://github.com/psf/black
24-
rev: 25.1.0
23+
- repo: https://github.com/psf/black-pre-commit-mirror
24+
rev: 25.9.0
2525
hooks:
2626
- id: black
2727
args: ["--config=./pyproject.toml"]
2828

2929
- repo: https://github.com/PyCQA/isort
30-
rev: 6.0.1
30+
rev: 7.0.0
3131
hooks:
3232
- id: isort
3333
args: ["--profile", "black"]

0 commit comments

Comments
 (0)