From 972128ebafed548164f94a0189f1a4e6a7284862 Mon Sep 17 00:00:00 2001 From: doctorpangloss <2229300+doctorpangloss@users.noreply.github.com> Date: Tue, 9 Dec 2025 23:56:47 -0800 Subject: [PATCH] pylint tweak --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba9b73a87..d1247a97d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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