Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
--global committed Sep 9, 2021
1 parent 2636d11 commit f5e82c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
python -c "import monoloco; print(monoloco.__version__)"
- name: Lint monoloco
run: |
pylint monoloco --disable=fixme
pylint monoloco --disable=fixme,W1514
- name: Lint tests
if: matrix.os != 'windows-latest' # because of path separator
run: |
pylint tests/*.py --disable=fixme
pylint tests/*.py --disable=fixme,W1514
- name: Test
run: |
Expand Down

0 comments on commit f5e82c4

Please sign in to comment.