Merge branch 'master' of github.com:Genshin-bots/gsuid_core

This commit is contained in:
KimigaiiWuyi 2023-09-25 23:51:42 +08:00
commit 59b5d4648e

View File

@ -13,17 +13,17 @@ repos:
- id: isort - id: isort
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.3.0 rev: 23.7.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/pycqa/flake8 - repo: https://github.com/pycqa/flake8
rev: 6.0.0 rev: 6.1.0
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/hadialqattan/pycln - repo: https://github.com/hadialqattan/pycln
rev: v2.1.5 rev: v2.2.2
hooks: hooks:
- id: pycln - id: pycln
@ -34,7 +34,7 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/python-poetry/poetry - repo: https://github.com/python-poetry/poetry
rev: 1.5.0 rev: 1.6.0
hooks: hooks:
- id: poetry-check - id: poetry-check
- id: poetry-lock - id: poetry-lock