Skip to content

Commit

Permalink
Install pylint-sarif-unofficial via pipx
Browse files Browse the repository at this point in the history
And use the new version.

This change--both installing it with pipx on CI instead of having
it as a development dependency, and using the new version--is to
work around EliahKagan/pylint-sarif#19.

This also upgrades (other) direct and indirect dependencies.
  • Loading branch information
EliahKagan committed Jul 16, 2023
1 parent df96583 commit d8e3f3f
Show file tree
Hide file tree
Showing 4 changed files with 508 additions and 478 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Check out source repository
uses: actions/checkout@v3

- name: Install pylint-sarif-unofficial
run: pipx install pylint-sarif-unofficial==0.2.0a0

- name: Set up micromamba
uses: mamba-org/setup-micromamba@v1
with:
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ dependencies:
- blake3
- pylint-actions
- pylint-exit
- pylint-sarif-unofficial
- subaudit
Loading

0 comments on commit d8e3f3f

Please sign in to comment.