pep8 formatting is done already for the entire code base. I dont like all of pep8 so some rules are relaxed, see pyproject.toml for details. And these are enforced by running
./setup.py check
which is run as part of the release process by me and also periodically at other times, hence all the pep8 commits.
|