Skip to content

Commit

Permalink
Add pylint check for missing docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-T-McCann committed Nov 17, 2021
1 parent 7fe0e6f commit a28ff27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:

- name: isort Import Sorter
uses: isort/[email protected]

- name: Pylint code analysis
run: |
pip install pylint
pylint --disable=all --enable=missing-docstring scico

0 comments on commit a28ff27

Please sign in to comment.