Skip to content

Commit

Permalink
[pre-commit.ci] autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/commitizen-tools/commitizen: v3.28.0 → v3.29.1](commitizen-tools/commitizen@v3.28.0...v3.29.1)
- [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 5f1a773 commit f0b67ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: '^.*\.(md|MD|xml|ini|cfg|txt)$|^\.idea/'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
# 检查YAML文件是否格式正确
Expand Down Expand Up @@ -66,7 +66,7 @@ repos:
args: [--line-length=88]

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.28.0
rev: v3.29.1
hooks:
- id: commitizen
# 确保commit信息遵循Conventional Commits标准
Expand All @@ -83,7 +83,7 @@ repos:
types: [ python ]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
args: [ --ignore-missing-imports,--disallow-untyped-defs, --show-error-codes ]
Expand Down

0 comments on commit f0b67ab

Please sign in to comment.