👷 升级版本,解决报错问题 (#180)

This commit is contained in:
uy/sun 2023-01-31 09:26:11 +08:00 committed by GitHub
parent 278bd33eda
commit 69a705dcf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,24 +6,24 @@ ci:
autoupdate_commit_msg: "auto update by pre-commit hooks"
repos:
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.2
rev: v2.7.1
hooks:
- id: prettier
types_or: [markdown, ts, tsx]
exclude: 'admin-frontend/'
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.20.0
rev: v8.33.0
hooks:
- id: eslint
additional_dependencies: