🔧 更新(.pre-commit-config.yaml):移除了对ruff-pre-commit库的依赖

This commit is contained in:
shitao 2024-03-07 14:50:00 +08:00
parent 67416d1f9a
commit 3cb28a3471

View File

@ -44,12 +44,6 @@ repos:
- id: isort
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
rev: 23.9.1
hooks: