pylint tweak

This commit is contained in:
doctorpangloss 2025-12-09 23:56:47 -08:00
parent e9d5210fcc
commit 972128ebaf

View File

@ -62,7 +62,7 @@ jobs:
uv pip install --torch-backend=auto ".[dev]" --inexact
- name: Lint for errors
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
run: |
pytest -v tests/unit
@ -108,7 +108,7 @@ jobs:
- name: Lint for errors
run: |
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
run: |
# only use dGPU