You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a variety of coding styles used in the LIT at the moment, not too many, but also there's some lack of consistency, and lack of guidance to contributors for how to format the code they add.
Suggest doing a pass-through of the whole library to pass pep8, using the flake8 qa checker, and then add flake8 to the travisCI build script to check that new pull requests don't break it. Also add to the contributing readme to explain that we use pep8.
The text was updated successfully, but these errors were encountered:
There's a variety of coding styles used in the LIT at the moment, not too many, but also there's some lack of consistency, and lack of guidance to contributors for how to format the code they add.
Suggest doing a pass-through of the whole library to pass pep8, using the flake8 qa checker, and then add flake8 to the travisCI build script to check that new pull requests don't break it. Also add to the contributing readme to explain that we use pep8.
The text was updated successfully, but these errors were encountered: