FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Format Python files with Black by kimadeline · Pull Request #9742 · microsoft/vscode-python · GitHub

Format Python files with Black - #9742

Merged
Kim-Adeline Miguel (kimadeline) merged 3 commits into
masterfrom
2012-format-python-black
Jan 24, 2020
Merged

Format Python files with Black#9742
Kim-Adeline Miguel (kimadeline) merged 3 commits into
masterfrom
2012-format-python-black

Conversation

Copy link
Copy Markdown

For #2012

  • Format Python files with Black, exclude test data.
  • Pipeline support will be added in a separate PR
  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Appropriate comments and documentation strings in the code
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)
  • The wiki is updated with any design decisions/details.

Kim-Adeline Miguel (kimadeline) added the no-changelog No news entry required label Jan 23, 2020

Codecov (codecov-io) commented Jan 23, 2020
edited
Loading

Copy link
Copy Markdown

Codecov Report

Merging #9742 into master will decrease coverage by 0.77%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #9742      +/-   ##
==========================================
- Coverage   60.64%   59.87%   -0.78%     
==========================================
  Files         552      552              
  Lines       29778    31100    +1322     
  Branches     4505     4931     +426     
==========================================
+ Hits        18060    18620     +560     
- Misses      10706    11412     +706     
- Partials     1012     1068      +56
Impacted Files Coverage Δ
src/client/common/terminal/factory.ts 89.13% <0%> (-7.3%) ⬇️
src/client/common/asyncDisposableRegistry.ts 18.18% <0%> (-4.05%) ⬇️
src/client/common/terminal/service.ts 88.7% <0%> (-4.02%) ⬇️
...atascience/interactive-window/interactiveWindow.ts 16.57% <0%> (-2.09%) ⬇️
...ascience/jupyter/liveshare/guestJupyterNotebook.ts 8.16% <0%> (-2.03%) ⬇️
src/client/testing/main.ts 13.67% <0%> (-1.12%) ⬇️
src/client/datascience/jupyter/jupyterNotebook.ts 3.61% <0%> (-0.99%) ⬇️
src/client/common/terminal/syncTerminalService.ts 82.1% <0%> (-0.04%) ⬇️
.../datascience/interactive-common/interactiveBase.ts 19.04% <0%> (-0.02%) ⬇️
src/client/common/terminal/types.ts 100% <0%> (ø) ⬆️
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 410309e...b8ca7db. Read the comment docs.

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

0 Bugs
0 Vulnerabilities (and 0 Security Hotspots to review)
0 Code Smells

No Coverage information
No Duplication information

Kim-Adeline Miguel (kimadeline) deleted the 2012-format-python-black branch January 24, 2020 18:05
lock Bot locked as resolved and limited conversation to collaborators Jan 31, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

no-changelog No news entry required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL