🎨 更新 .pre-commit-config.yaml,启用额外的钩子;优化代码格式,确保一致性;更新 pyproject.toml,添加新作者信息

This commit is contained in:
2024-12-13 18:59:28 +08:00
parent 849cc24968
commit 26009a3335
9 changed files with 21 additions and 20 deletions

View File

@ -1,9 +1,5 @@
fail_fast: true
repos:
- repo: https://github.com/timothycrosley/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.4.2