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 bdc05c6 commit eec8dccCopy full SHA for eec8dcc
.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') --output=lint.txt || true
+ pylint $(git ls-files '*.py') || true
0 commit comments