Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/domokane/FinancePy
Browse files Browse the repository at this point in the history
  • Loading branch information
domokane committed Dec 4, 2023
2 parents 24cdd62 + ba1dbaa commit fba65a8
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 $(git ls-files '*.py')
pylint --rcfile=.pylintrc financepy

0 comments on commit fba65a8

Please sign in to comment.