Skip to content

Commit

Permalink
Run Black, flake8, and isort via tox.ini (eiffel-community#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 authored and e-backmark-ericsson committed Apr 13, 2022
1 parent 7db6225 commit ccddf3f
Show file tree
Hide file tree
Showing 4 changed files with 1,084 additions and 618 deletions.

0 comments on commit ccddf3f

Please sign in to comment.