Skip to content

Commit

Permalink
Upgrade dependencies & use new pylint GitHub formatter (#59)
Browse files Browse the repository at this point in the history
* Update dependencies via `pipenv update`

* Format pylint error messages via GitHub formatter
  • Loading branch information
Splines authored Sep 11, 2024
1 parent e8d3467 commit ec7b986
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: ${{ steps.py-changed.outputs.changed-files != ''}}
run: |
echo "🚨 Running Pylint version: $(pipenv run python3 -m pylint --version)"
pipenv run python3 -m pylint ${{ steps.py-changed.outputs.changed-files }}
pipenv run python3 -m pylint --output-format=github ${{ steps.py-changed.outputs.changed-files }}
# [1] https://github.com/orgs/community/discussions/26366
Expand Down
46 changes: 23 additions & 23 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec7b986

Please sign in to comment.