mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-15 22:16:52 +08:00
13 lines
290 B
YAML
13 lines
290 B
YAML
|
|
repos:
|
||
|
|
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||
|
|
rev: v0.0.241 # Use the desired version of Ruff
|
||
|
|
hooks:
|
||
|
|
- id: ruff
|
||
|
|
|
||
|
|
- repo: local
|
||
|
|
hooks:
|
||
|
|
- id: pytest
|
||
|
|
name: Run Pytest
|
||
|
|
entry: pytest
|
||
|
|
language: system
|
||
|
|
types: [python]
|