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 1ac5510 commit 63572daCopy full SHA for 63572da
.travis.yml
@@ -84,6 +84,7 @@ jobs:
84
# warnings to the .pylintrc-wip file to prevent them from being
85
# re-introduced
86
- pylint --rcfile=.pylintrc-wip can/
87
+ - pylint --rcfile=.pylintrc setup.py
88
# mypy checking
89
- mypy
90
--python-version=3.7
setup.py
@@ -5,6 +5,8 @@
5
python-can requires the setuptools package to be installed.
6
"""
7
8
+# pylint: disable=invalid-name
9
+
10
from __future__ import absolute_import
11
12
from os import listdir
0 commit comments