yoyoyiu / python-intermediate-inflammation

The project starting point for the Intermediate Research Software Development Course
0 stars 0 forks source link

Formatting #8

Open sujith-aka-manjack opened 1 week ago

sujith-aka-manjack commented 1 week ago

Use something like pylint to format the codes

bielsnohr commented 1 week ago

Make sure you are one the develop branch

yoyoyiu commented 1 week ago

pylint inflammation Module inflammation.compute_data inflammation/compute_data.py:32:0: C0325: Unnecessary parens after 'return' keyword (superfluous-parens) Module inflammation.views inflammation/views.py:4:0: W0611: Unused numpy imported as np (unused-import)