项目文件夹

文件
2024-09-04 11:14:12 -07:00

10 行
244 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
name: Format Python code with black
entry: black
args: ["knowledge_storm/"]
language: python
pass_filenames: true