mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
🔧 更新(.pre-commit-config.yaml):移除了对ruff-pre-commit库的依赖
This commit is contained in:
parent
67416d1f9a
commit
3cb28a3471
@ -44,12 +44,6 @@ repos:
|
|||||||
- id: isort
|
- id: isort
|
||||||
args: ['--profile', 'black', '--filter-files']
|
args: ['--profile', 'black', '--filter-files']
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
||||||
rev: v0.1.13
|
|
||||||
hooks:
|
|
||||||
- id: ruff
|
|
||||||
args: ['--fix', '--ignore', 'E722']
|
|
||||||
|
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 23.9.1
|
rev: 23.9.1
|
||||||
hooks:
|
hooks:
|
||||||
|
Loading…
Reference in New Issue
Block a user