Currently, execution-spec-test's black and isort are configured with line-length=79. This is the recommended value in PEP8 and the Google Python Style Guide uses a length of 80. PEP8 does state however:
Some teams strongly prefer a longer line length. For code maintained exclusively or primarily by a team that can reach agreement on this issue, it is okay to increase the line length limit up to 99 characters, provided that comments and docstrings are still wrapped at 72 characters.
Within @ethereum:
I'd propose to increase line length as soon as the pytest refactor is complete, #116.
If there is some uncertainty whether to choose 100 or 120 we could format the codebase with both in order to make a better decision.
Currently,
execution-spec-test'sblackandisortare configured withline-length=79. This is the recommended value in PEP8 and the Google Python Style Guide uses a length of 80. PEP8 does state however:Within @ethereum:
I'd propose to increase line length as soon as the pytest refactor is complete, #116.
If there is some uncertainty whether to choose 100 or 120 we could format the codebase with both in order to make a better decision.