mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-13 12:23:30 +00: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] |