We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d482e commit d321bb4Copy full SHA for d321bb4
1 file changed
.travis.yml
@@ -83,9 +83,9 @@ jobs:
83
# Slowly enable all pylint warnings by adding addressed classes of
84
# warnings to the .pylintrc-wip file to prevent them from being
85
# re-introduced
86
- - pylint --rcfile=.pylintrc-wip can/
+ - pylint --rcfile=.pylintrc-wip can/**.py
87
# check examples
88
- - pylint --rcfile=.pylintrc-wip examples/
+ - pylint --rcfile=.pylintrc-wip examples/**.py
89
# mypy checking
90
- mypy
91
--python-version=3.7
0 commit comments