Skip to content

Commit

Permalink
Trying to fix pylint errors
Browse files Browse the repository at this point in the history
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
  • Loading branch information
Joao-L-S-Almeida committed Aug 7, 2024
1 parent bbef2dc commit f30168e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files '*.ipynb')
pylint $(git ls-files '*.py') --output=lintpy.txt || true
pylint $(git ls-files '*.ipynb') --output=lintipynb.txt || true

0 comments on commit f30168e

Please sign in to comment.