👷 升级版本,解决报错问题 (#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" autoupdate_commit_msg: "auto update by pre-commit hooks"
repos: repos:
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.10.1 rev: 5.12.0
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.3.0 rev: 22.12.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.2 rev: v2.7.1
hooks: hooks:
- id: prettier - id: prettier
types_or: [markdown, ts, tsx] types_or: [markdown, ts, tsx]
exclude: 'admin-frontend/' exclude: 'admin-frontend/'
- repo: https://github.com/pre-commit/mirrors-eslint - repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.20.0 rev: v8.33.0
hooks: hooks:
- id: eslint - id: eslint
additional_dependencies: additional_dependencies: