We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2636d11 commit f5e82c4Copy full SHA for f5e82c4
.github/workflows/tests.yml
@@ -85,11 +85,11 @@ jobs:
85
python -c "import monoloco; print(monoloco.__version__)"
86
- name: Lint monoloco
87
run: |
88
- pylint monoloco --disable=fixme
+ pylint monoloco --disable=fixme,W1514
89
- name: Lint tests
90
if: matrix.os != 'windows-latest' # because of path separator
91
92
- pylint tests/*.py --disable=fixme
+ pylint tests/*.py --disable=fixme,W1514
93
94
- name: Test
95
0 commit comments