Skip to content

Commit b547ecb

Browse files
Test10
1 parent 234a600 commit b547ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636

3737
# Step 6: Run Flake8 for linting
3838
- name: Run Flake8
39-
run: python -m flake8 --config=.flake8 || true
39+
run: python -m flake8 --config=.flake8 --verbose . || true
4040

4141
# Step 7: Run Pylint for static analysis
4242
- name: Run Pylint
43-
run: python -m pylint --rcfile=.pylintrc || true
43+
run: python -m pylint --rcfile=.pylintrc --verbose . || true

0 commit comments

Comments
 (0)