Skip to content

Commit a03ba13

Browse files
[pre-commit.ci] autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/commitizen-tools/commitizen: v3.27.0 → v3.28.0](commitizen-tools/commitizen@v3.27.0...v3.28.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1)
1 parent 747f170 commit a03ba13

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,28 +52,28 @@ repos:
5252
]
5353

5454
- repo: https://github.com/asottile/pyupgrade
55-
rev: v3.16.0
55+
rev: v3.17.0
5656
hooks:
5757
- id: pyupgrade
5858
# 将Python代码升级到新版本的Python语法
5959
args: [ "--py310-plus" ]
6060

6161
- repo: https://github.com/psf/black
62-
rev: "24.4.2"
62+
rev: "24.8.0"
6363
hooks:
6464
- id: black
6565
# 自动格式化Python代码,符合PEP 8风格指南
6666
args: [--line-length=88]
6767

6868
- repo: https://github.com/commitizen-tools/commitizen
69-
rev: v3.27.0
69+
rev: v3.28.0
7070
hooks:
7171
- id: commitizen
7272
# 确保commit信息遵循Conventional Commits标准
7373
stages: [ commit-msg ]
7474

7575
- repo: 'https://github.com/PyCQA/flake8'
76-
rev: 7.1.0
76+
rev: 7.1.1
7777
hooks:
7878
- id: flake8
7979
args:
@@ -83,7 +83,7 @@ repos:
8383
types: [ python ]
8484

8585
- repo: https://github.com/pre-commit/mirrors-mypy
86-
rev: v1.10.1
86+
rev: v1.11.1
8787
hooks:
8888
- id: mypy
8989
args: [ --ignore-missing-imports,--disallow-untyped-defs, --show-error-codes ]

0 commit comments

Comments
 (0)