mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2025-02-22 01:35:18 +00:00
update tests to reflect changes in the API. reorganise hatch envs add black,isort configs to pyproject.toml add pre-commit config
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)$
|