Skip to content

Commit

Permalink
Change pylint-fail-under to pylint --fail-under
Browse files Browse the repository at this point in the history
  • Loading branch information
bari12 authored May 11, 2022
1 parent 14eac70 commit bcecb11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Run Pytest
run: pytest rucio_jupyterlab/tests/
- name: Run Pylint
run: pylint-fail-under --fail_under 8.5 rucio_jupyterlab/
run: pylint --fail-under=8.5 rucio_jupyterlab/
- name: Build the extension
run: |
set -eux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run Pytest
run: pytest rucio_jupyterlab/tests/
- name: Run Pylint
run: pylint-fail-under --fail_under 8.5 rucio_jupyterlab/
run: pylint --fail-under=8.5 rucio_jupyterlab/
- name: Build the extension
run: |
set -eux
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pytest
pytest-mock
requests-mock
traitlets
pylint-fail-under
pylint
pyjwt

0 comments on commit bcecb11

Please sign in to comment.