Skip to content

Commit

Permalink
Merge pull request #28 from AtticusZeller/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] autoupdate
  • Loading branch information
AtticusZeller authored Jan 7, 2025
2 parents 1b02f32 + 9d23a64 commit 9d2e364
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
Expand Up @@ -52,7 +52,7 @@ repos:
]

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
# 将Python代码升级到新版本的Python语法
Expand All @@ -66,7 +66,7 @@ repos:
args: [--line-length=88]

- repo: https://github.com/commitizen-tools/commitizen
rev: v4.0.0
rev: v4.1.0
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.13.0
rev: v1.14.1
hooks:
- id: mypy
args: [ --ignore-missing-imports,--disallow-untyped-defs, --show-error-codes ]
Expand Down

0 comments on commit 9d2e364

Please sign in to comment.