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 0786fc9 commit d5090dbCopy full SHA for d5090db
.travis.yml
@@ -76,14 +76,6 @@ jobs:
76
- pip install --upgrade bandit
77
script:
78
- bandit -r exec_helpers
79
- - <<: *static_analysis
80
- name: "MyPy"
81
- install:
82
- - *upgrade_python_toolset
83
- - *install_deps
84
- - pip install --upgrade "mypy >= 0.641"
85
- script:
86
- - mypy --strict exec_helpers
87
88
- <<: *code_style_check
89
name: "PEP8"
0 commit comments