obsws-python/.pre-commit-config.yaml

11 lines
209 B
YAML
Raw Normal View History

repos:
- repo: local
hooks:
- id: format
name: format
entry: hatch run style:fmt
language: system
pass_filenames: false
verbose: true
files: \.(py)$