feature: 项目初始化

This commit is contained in:
zhengxinonly
2023-09-26 22:47:21 +08:00
commit 49822daada
8 changed files with 776 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
repos:
- repo: https://github.com/python/black
rev: 23.9.1
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
args: [ "--profile", "black", "--filter-files" ]