mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-27 23:00:20 +08:00
pylint tweak
This commit is contained in:
parent
e9d5210fcc
commit
972128ebaf
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
uv pip install --torch-backend=auto ".[dev]" --inexact
|
uv pip install --torch-backend=auto ".[dev]" --inexact
|
||||||
- name: Lint for errors
|
- name: Lint for errors
|
||||||
run: |
|
run: |
|
||||||
pylint --rcfile=.pylintrc comfy/ comfy_extras/ comfy_api/ comfy_api_nodes/
|
pylint comfy/ comfy_extras/ comfy_api/ comfy_api_nodes/
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
pytest -v tests/unit
|
pytest -v tests/unit
|
||||||
@ -108,7 +108,7 @@ jobs:
|
|||||||
- name: Lint for errors
|
- name: Lint for errors
|
||||||
run: |
|
run: |
|
||||||
cd ${GITHUB_WORKSPACE}/src
|
cd ${GITHUB_WORKSPACE}/src
|
||||||
pylint --rcfile=.pylintrc comfy/ comfy_extras/ comfy_api/ comfy_api_nodes/
|
pylint comfy/ comfy_extras/ comfy_api/ comfy_api_nodes/
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
# only use dGPU
|
# only use dGPU
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user