Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
domokane committed Dec 4, 2023
1 parent 5132dab commit ba1dbaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint financepy
pylint --rcfile=.pylintrc financepy

0 comments on commit ba1dbaa

Please sign in to comment.