-
Notifications
You must be signed in to change notification settings - Fork 6.7k
[Feature] Flake8' tool to perform additional formatting and semantic checking of code. #20429
[Feature] Flake8' tool to perform additional formatting and semantic checking of code. #20429
Conversation
|
Hey @mozga-intel , Thanks for submitting the PR
CI supported jobs: [windows-gpu, unix-cpu, unix-gpu, website, clang, windows-cpu, centos-gpu, edge, centos-cpu, sanity, miscellaneous] Note: |
|
@mxnet-bot run ci [unix-gpu] |
|
Jenkins CI successfully triggered : [unix-gpu] |
|
Jenkins CI successfully triggered : [sanity] |
|
@mxnet-bot run ci [all] |
|
Jenkins CI successfully triggered : [miscellaneous, centos-gpu, windows-cpu, unix-cpu, sanity, edge, windows-gpu, website, centos-cpu, unix-gpu, clang] |
|
Following the pull-request description, running flake8 on the current master produces a bunch of errors (pasted below). At some point of time, some checking has not been enabled yet. Please have a look at the log below: To pass sanity-check, adjusting those ones to the flake8' report is needed. |
There is used flake8 tool to perform additional formatting and semantic checking of code.
9208520 to
e52a662
Compare
6f583bf to
08af07d
Compare
|
Close this PR as it is flake8 is replaced by #20684 |
Description
There is used flake8' tool to perform additional formatting and semantic checking of code. This pull request contains a pre-commit git hook, a requirement file, .flake8 file with a flake8 configuration. (Related to: #20406, #20356)
Future consideration
3.1: Create a file named
.pre-commit -config.yaml.3.2: Set up the full set of options for a given file.
Checklist
Essentials
Changes
Comments