.pre-commit-config.yaml 379 Bytes
Newer Older
Hyunsung Lee's avatar
Hyunsung Lee committed
1
2
3
4
5
6
7
8
9
10
11
repos:
  - repo: https://github.com/charliermarsh/ruff-pre-commit
    rev: v0.11.2
    hooks:
      - id: ruff
        args: ["check", "nunchaku", "comfyui", "examples", "tests", "--output-format", "github"]
  - repo: https://github.com/google/yapf
    rev: v0.43.0
    hooks:
      - id: yapf
        args: ["--diff", "--recursive", "nunchaku", "comfyui", "examples", "tests" ]