We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234a600 commit b547ecbCopy full SHA for b547ecb
.github/workflows/pylint.yml
@@ -36,8 +36,8 @@ jobs:
36
37
# Step 6: Run Flake8 for linting
38
- name: Run Flake8
39
- run: python -m flake8 --config=.flake8 || true
+ run: python -m flake8 --config=.flake8 --verbose . || true
40
41
# Step 7: Run Pylint for static analysis
42
- name: Run Pylint
43
- run: python -m pylint --rcfile=.pylintrc || true
+ run: python -m pylint --rcfile=.pylintrc --verbose . || true
0 commit comments