We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a2351 commit c33d52eCopy full SHA for c33d52e
.github/workflows/lint.yml
@@ -24,4 +24,4 @@ jobs:
24
run: |
25
python -m pip install pylint setuptools
26
python setup.py build
27
- python -m pylint --disable=no-member -E build/lib*/evdev
+ python -m pylint --disable=no-member --verbose -E build/lib*/evdev
0 commit comments