Skip to content

Conversation

jdufresne
Copy link
Contributor

Use the following tools:

These tools help:

  1. Autoformat Python code to resemble and common consistent community
    style.
  2. Find and report common code "smells".

This removes some overhead from contributing and reviewing pull requests
as now the tools can do some of the tedious work. As code is added or
removed, this helps to ensure it remains consistently formatted.

Use the following tools:

- black   https://github.com/psf/black
- flake8  https://github.com/PyCQA/flake8
- isort  https://github.com/PyCQA/isort

These tools help:

1. Autoformat Python code to resemble and common consistent community
   style.
2. Find and report common code "smells".

This removes some overhead from contributing and reviewing pull requests
as now the tools can do some of the tedious work. As code is added or
removed, this helps to ensure it remains consistently formatted.
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.

1 participant