merely-useful / py-rse

Research Software Engineering with Python course material
http://third-bit.com/py-rse/
Other
246 stars 63 forks source link

Reporting over-long lines #519

Closed gvwilson closed 3 years ago

gvwilson commented 3 years ago

make linelength will now report overly long lines that need to be fixed to resolve #469.

lwjohnst86 commented 3 years ago

I realized, I don't think this can help with code chunks in the chapters being longer than 70.

gvwilson commented 3 years ago

I think we have to manually line-break some of the code chunks...