odysseyiitr / tardis

TARDIS - Temperature And Radiative Diffusion In Supernovae
https://tardis-sn.github.io/tardis
0 stars 0 forks source link

Make TARDIS PEP8 complaint #2

Open NanoNish opened 1 year ago

NanoNish commented 1 year ago

Currently, TARDISis not PEP8 complaint.

To check this, install flake8 and run flake8 tardis.

To achieve this we need to:

The CI pipeline is ready to check PEP8, just requires removing the if: false from the flake8 job.

NanoNish commented 1 year ago

For original discussion go here