Skip to content

Commit f5e82c4

Browse files
author
--global
committed
pylint
1 parent 2636d11 commit f5e82c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ jobs:
8585
python -c "import monoloco; print(monoloco.__version__)"
8686
- name: Lint monoloco
8787
run: |
88-
pylint monoloco --disable=fixme
88+
pylint monoloco --disable=fixme,W1514
8989
- name: Lint tests
9090
if: matrix.os != 'windows-latest' # because of path separator
9191
run: |
92-
pylint tests/*.py --disable=fixme
92+
pylint tests/*.py --disable=fixme,W1514
9393
9494
- name: Test
9595
run: |

0 commit comments

Comments
 (0)