File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 - pylint --rcfile=.pylintrc *.py
8989 # check doc/conf.py
9090 - pylint --rcfile=.pylintrc doc/**.py
91+ # check scripts
92+ - pylint --rcfile=.pylintrc scripts/**.py
9193 # mypy checking
9294 - mypy
9395 --python-version=3.7
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2- # coding: utf-8
32
43"""
54See :mod:`can.logger`.
65"""
76
8- from __future__ import absolute_import
9-
107from can .logger import main
118
129
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2- # coding: utf-8
32
43"""
54See :mod:`can.player`.
65"""
76
8- from __future__ import absolute_import
9-
107from can .player import main
118
129
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2- # coding: utf-8
32
43"""
54See :mod:`can.viewer`.
65"""
76
8- from __future__ import absolute_import
9-
107from can .viewer import main
118
129
You can’t perform that action at this time.
0 commit comments