BALaka-18 / rake_new2

A Python library that enables smooth keyword extraction from any text using the RAKE(Rapid Automatic Keyword Extraction) algorithm.
MIT License
29 stars 20 forks source link

Restyle Create CODE_OF_CONDUCT.md #40

Closed restyled-io[bot] closed 3 years ago

restyled-io[bot] commented 3 years ago

A duplicate of #39 with additional commits that automatically address incorrect style, created by Restyled.

Since the original Pull Request was opened as a fork in a contributor's repository, we are unable to create a Pull Request branching from it with only the style fixes.

The following Restylers made fixes:

To incorporate these changes, you can either:

  1. Merge this Pull Request instead of the original, or

  2. Ask your contributor to locally incorporate these commits and push them to the original Pull Request

    Expand for example instructions ```console git remote add upstream https://github.com/BALaka-18/rake_new2.git git fetch upstream pull//head git merge --ff-only FETCH_HEAD git push ```

NOTE: As work continues on the original Pull Request, this process will re-run and update (force-push) this Pull Request with updated style fixes as necessary. If the style is fixed manually at any point (i.e. this process finds no fixes to make), this Pull Request will be closed automatically.

Sorry if this was unexpected. To disable it, see our documentation.

codecov-io commented 3 years ago

Codecov Report

Merging #40 (21aec6d) into master (e2c3ade) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #40   +/-   ##
======================================
  Coverage    6.66%   6.66%           
======================================
  Files           5       5           
  Lines         105     105           
======================================
  Hits            7       7           
  Misses         98      98           
Flag Coverage Δ
unittests 6.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 e2c3ade...21aec6d. Read the comment docs.