ubsuny / 23-Homework4G1

This is the main repository for 23-Homework4G1 and is based on GitHub actions for linting and unit testing.
https://github.com/ubsuny/23-Homework4G1
Apache License 2.0
1 stars 11 forks source link

linting issue #45

Closed tirthbha closed 1 year ago

tirthbha commented 1 year ago

I am unable to sort out linting error using flake8 completely. There is at least one error in our case and we are unable to fix that error, which seems like : E402 module level import not at top of file. Can anyone help with this issue? Note: I have tried keeping the module at the top.

reshnashrestha commented 1 year ago

I am not sure on this. We have not done linting yet.

reshnashrestha commented 1 year ago

We used pylint for linting and made changes accordingly. pylint suggestion you can find this here.