Skip to content

Commit

Permalink
Run Black, flake8, and isort via tox.ini (#294)
Browse files Browse the repository at this point in the history
We add three commonly used linters and code formatters; Black, flake8, 
and isort. Together they make sure all Python code is consistently
formatted and has a reasonably consistent style in other aspects. All
code has been adjusted to satisfy these programs.

Of the flake8 corrections made, one was a rather subtle shadowing of
the json module import in a loop variable. The variable was renamed
to better describe what it contains.
  • Loading branch information
magnusbaeck committed Jan 27, 2022
1 parent a37483d commit 3c77428
Show file tree
Hide file tree
Showing 4 changed files with 1,084 additions and 618 deletions.

0 comments on commit 3c77428

Please sign in to comment.