We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ad0937 + 8e4cd6d commit 82f0642Copy full SHA for 82f0642
.github/workflows/pylint.yml
@@ -20,4 +20,4 @@ jobs:
20
pip install pylint
21
- name: Analysing the code with pylint
22
run: |
23
- pylint $(git ls-files '*.py')
+ pylint $(git ls-files '*.py') --rcfile .pylintrc
0 commit comments