stanford-oval--storm
10 行
244 B
YAML
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 |