Skip to content

Commit

Permalink
Merge pull request #102 from Atticuszz/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 Jul 2, 2024
2 parents f59ec3b + 169ab54 commit 4a97cf3
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.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
# 将Python代码升级到新版本的Python语法
Expand All @@ -73,7 +73,7 @@ repos:
stages: [ commit-msg ]

- repo: 'https://github.com/PyCQA/flake8'
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
args:
Expand All @@ -83,7 +83,7 @@ repos:
types: [ python ]

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

0 comments on commit 4a97cf3

Please sign in to comment.