We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908fd87 commit 224c803Copy full SHA for 224c803
1 file changed
.travis.yml
@@ -84,6 +84,8 @@ jobs:
84
# warnings to the .pylintrc-wip file to prevent them from being
85
# re-introduced
86
- pylint --rcfile=.pylintrc-wip can/
87
+ # check examples
88
+ - pylint --rcfile=.pylintrc-wip examples/
89
# mypy checking
90
- mypy
91
--python-version=3.7
0 commit comments