Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wrsilva committed Mar 4, 2024
1 parent 48f07b7 commit 379d30b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
pip install -r src/requirements.txt
- name: Analysing the code with pylint
run: |
ignore-patterns=one.py,.*local.*
pylint $(git ls-files '*.py')

0 comments on commit 379d30b

Please sign in to comment.