gauravguptatiger / mle-training

0 stars 0 forks source link

mle-training_A1.3 #3

Open gauravguptatiger opened 9 months ago

gauravguptatiger commented 9 months ago

In this assignment, you will use the tools isort, black, flake8 (search and find out more about these tools) to format the python script.

The tools don’t all use the same defaults when it comes to coding standards (e.g. max line length). You will need to configure them appropriately. See https://black.readthedocs.io/en/stable/the_black_code_style.html for instructions on how to configure the tools to be compatible with one another.