Update Python standalone sample template with lint fixes#2276
Update Python standalone sample template with lint fixes#2276vchudnov-g merged 5 commits intogoogleapis:masterfrom beccasaurus:update-python-standalone-template-for-linting
Conversation
Rule: Too many leading '#' for block comment (E266) Best Practice: Start with one # only Reference: https://lintlyci.github.io/Flake8Rules/rules/E266.html
Rule: Line too long (> 79 characters) (E501) Best Practice: Line lengths are recommended to be no greater than 79 characters Reference: https://lintlyci.github.io/Flake8Rules/rules/E501.html
Codecov Report
@@ Coverage Diff @@
## master #2276 +/- ##
=========================================
Coverage 86.76% 86.76%
Complexity 5135 5135
=========================================
Files 452 452
Lines 20400 20400
Branches 2190 2190
=========================================
Hits 17701 17701
Misses 1929 1929
Partials 770 770Continue to review full report at Codecov.
|
| @# DO NOT EDIT! This is a generated sample ("{@sample.callingForm}", "{@sample.valueSet.id}") | ||
|
|
||
| @# To run with the published packages, execute the following before running this code: | ||
| @# To run with the published packages, run the following before running code: |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
vchudnov-g
left a comment
There was a problem hiding this comment.
Would prefer a slightly different wording, but we can change that later.
Update Python standalone sample template with lint fixes
#(#### No|# Yes)Related: GoogleCloudPlatform/python-docs-samples#1660 sample PR failing Lint (result output)
=> @vchudnov-g