-
Notifications
You must be signed in to change notification settings - Fork 2
Remove lint errors #9
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
As of now there are plenty of lint errors in EP2. These errors needs to be fixed.
Steps
- Install dev dependencies using
sudo pip3 install -r requirements-dev.txt - open .flake8 file present at the root of the project.
- remove one rule from the ignore list.
- run
flake8 - Solve the errors reported by flake8
- Open an issue for the rule you are fixing (one rule per issue)
- Refer this issue there
- Send a PR. In the PR too, refer this issue as parent.
- Comment that you are working on it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers