mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2025-02-22 01:35:18 +00:00
11 lines
209 B
YAML
11 lines
209 B
YAML
|
repos:
|
||
|
- repo: local
|
||
|
hooks:
|
||
|
- id: format
|
||
|
name: format
|
||
|
entry: hatch run style:fmt
|
||
|
language: system
|
||
|
pass_filenames: false
|
||
|
verbose: true
|
||
|
files: \.(py)$
|