Skip to content

Commit

Permalink
Introduce Black for automatic code formatting
Browse files Browse the repository at this point in the history
As you may know, Black is an opinionated code formatter. By using it,
all contributions will use a single consistent code formatting style.
Let the tools and CI do the mundane formatting work so contributions and
reviewers don't have to. Using an automatic code formatting can also
reduce review friction as there are fewer personal choices to discuss.

Black is frequently used by many projects in the Python community. So
using it will also make the distro code look more like other Python
code.

For additional details on Black, see:
https://github.com/psf/black
  • Loading branch information
jdufresne authored and nir0s committed Jul 1, 2021
1 parent 7ece9d8 commit 52bb085
Show file tree
Hide file tree
Showing 6 changed files with 1,387 additions and 1,432 deletions.
Loading

0 comments on commit 52bb085

Please sign in to comment.