Closed JoshuaWatt closed 4 years ago
Hello @JoshuaWatt! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
pyrex.py
:Line 157:21: W503 line break before binary operator Line 158:21: W503 line break before binary operator Line 170:17: W503 line break before binary operator Line 179:17: W503 line break before binary operator Line 186:17: W503 line break before binary operator Line 483:9: W503 line break before binary operator Line 484:9: W503 line break before binary operator Line 652:21: W503 line break before binary operator Line 653:21: W503 line break before binary operator
Merges new development in preparation for the 1.0.0 release of Pyrex. This branch has many new features and fixes, please see the README for a complete description of the new way in which Pyrex operates.
Closes #41