m-squared96 / PyPLANE

An open source replacement to the traditional DFIELD and PPLANE applications for solving systems of ODEs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comments that make line length too long should be above the related line

mjancen opened this issue · comments

The Black formatter enforces line length limits, which causes some strange formatting for lines where the comment is placed at the end of the line. As I agree with the line length limits, I think the comments should be moved to be above the line to which the comment relates.

#40 resolves this issue.