Skip to content

isort --profile black --recursive .#2170

Merged
itsvinayak merged 6 commits intomasterfrom
isort---profile-black---recursive
Jul 6, 2020
Merged

isort --profile black --recursive .#2170
itsvinayak merged 6 commits intomasterfrom
isort---profile-black---recursive

Conversation

@cclauss
Copy link
Copy Markdown
Member

@cclauss cclauss commented Jul 4, 2020

Describe your change:

  • Add an algorithm?
  • Fix a bug or typo in an existing algorithm?
  • Documentation change?

Checklist:

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized.
  • I know that pull requests will not be merged if they fail the automated tests.
  • This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
  • All new Python files are placed inside an existing directory.
  • All filenames are in all lowercase characters with no spaces or dashes.
  • All functions and variable names follow Python naming conventions.
  • All function parameters and return values are annotated with Python type hints.
  • All functions have doctests that pass the automated testing.
  • All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
  • If this pull request resolves one or more open issues then the commit message contains Fixes: #{$ISSUE_NO}.

@cclauss cclauss requested a review from itsvinayak July 4, 2020 09:25
Copy link
Copy Markdown
Member

@ruppysuppy ruppysuppy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know much about this, but GitHub actions says there's an error

@itsvinayak itsvinayak merged commit cd3e8f9 into master Jul 6, 2020
@cclauss cclauss deleted the isort---profile-black---recursive branch July 6, 2020 06:40
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* isort --profile black --recursive .

* Update codespell.yml

* typo: vertices

* typo: Explanation

* typo: Explanation

* Fix typos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants