Skip to content

Commit

Permalink
Merge branch 'parse' of github.com:UtrechtUniversity/historical-news-…
Browse files Browse the repository at this point in the history
…sentiment into parse
  • Loading branch information
ShNadi committed Feb 29, 2024
2 parents 6682cd2 + 7f323ef commit a147ced
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
run: |
python -m pip install flake8
flake8 $PACKAGE_NAME
- name: Lint with pylint
run: |
python -m pip install pylint
pylint $PACKAGE_NAME
# - name: Lint with pylint
# run: |
# python -m pip install pylint
# pylint $PACKAGE_NAME
# - name: Check docstrings with pydocstyle
# run: |
# python -m pip install pydocstyle
Expand Down

0 comments on commit a147ced

Please sign in to comment.