[master][ci][feature] Prospector tool to analyze Python code#20684
[master][ci][feature] Prospector tool to analyze Python code#20684szha merged 2 commits intoapache:masterfrom
Conversation
|
Hey @mozga-intel , Thanks for submitting the PR
CI supported jobs: [website, sanity, centos-cpu, windows-gpu, unix-cpu, clang, edge, windows-cpu, miscellaneous, centos-gpu, unix-gpu] Note: |
5d11c69 to
6e75b7a
Compare
cca764a to
6e75b7a
Compare
| @@ -1,99 +0,0 @@ | |||
| # Licensed to the Apache Software Foundation (ASF) under one | |||
There was a problem hiding this comment.
please verify if this file should be deleted. What about md files?
There was a problem hiding this comment.
Good catch @anko-intel; thanks! I ruled it out, but It looks like that it's still needed on many counts.
ca0dd29 to
46000fb
Compare
…tor_python_checker
|
@mxnet-bot run ci [centos-gpu, unix-gpu] |
|
Jenkins CI successfully triggered : [centos-gpu, unix-gpu] |
Description
There is used Prospector ' tool to perform additional formatting and semantic checking of code. Prospector is a tool to analyse Python code and output information about errors, potential problems, convention violations and complexity. (Related to: #20406, #20356)
Since Prospector needs to be installed with an appropriate configuration, the file with the requirements has to be run:
To run a Prospector , open your terminal and type:
Future improvements:
Checklist
Essentials
Changes
Comments