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.
2 parents 826b446 + 4bec7c7 commit d53fabaCopy full SHA for d53faba
.github/workflows/pylint.yml
@@ -30,4 +30,4 @@ jobs:
30
pip install pylint
31
- name: Analysing the code with pylint
32
run: |
33
- pylint $(git ls-files '*.py')
+ pylint $(git ls-files 'Calculator.py')
0 commit comments