File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,14 @@ jobs:
7777 - pip install --upgrade "mypy >= 0.660"
7878 script :
7979 - mypy --strict exec_helpers
80-
81- - << : *code_style_check
80+ - << : *static_analysis
8281 name : " PEP8"
8382 install :
8483 - *upgrade_python_toolset
8584 - pip install --upgrade flake8
8685 script :
8786 - flake8
87+
8888# - <<: *code_style_check
8989# name: "PEP257"
9090# install:
Original file line number Diff line number Diff line change 2828from exec_helpers .async_api import api
2929from exec_helpers .async_api import exec_result
3030from exec_helpers import exceptions
31- from exec_helpers import metaclasses # pylint: disable=unused-import
31+ from exec_helpers import metaclasses
3232from exec_helpers import subprocess_runner
3333from exec_helpers import _log_templates
3434from exec_helpers import _subprocess_helpers
Original file line number Diff line number Diff line change 3030from exec_helpers import api
3131from exec_helpers import exec_result
3232from exec_helpers import exceptions
33- from exec_helpers import metaclasses # pylint: disable=unused-import
33+ from exec_helpers import metaclasses
3434from exec_helpers import _log_templates
3535from exec_helpers import _subprocess_helpers
3636
You can’t perform that action at this time.
0 commit comments