From b547ecb05889d4758fa0b55c1d78aebe99400503 Mon Sep 17 00:00:00 2001 From: UtkarshMishra-Microsoft Date: Thu, 5 Dec 2024 16:04:37 +0530 Subject: [PATCH] Test10 --- .github/workflows/pylint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index edc09512..6f849d10 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -36,8 +36,8 @@ jobs: # Step 6: Run Flake8 for linting - name: Run Flake8 - run: python -m flake8 --config=.flake8 || true + run: python -m flake8 --config=.flake8 --verbose . || true # Step 7: Run Pylint for static analysis - name: Run Pylint - run: python -m pylint --rcfile=.pylintrc || true \ No newline at end of file + run: python -m pylint --rcfile=.pylintrc --verbose . || true \ No newline at end of file