feature: 项目初始化
This commit is contained in:
@@ -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" ]
|
||||
Reference in New Issue
Block a user