Tea-n-Tech / professional-python

Professional python development guide and tutorial.
MIT License
11 stars 2 forks source link

deprecated --dev option and first taskfile.yaml without uppercase #4

Closed adnene-guessoum closed 1 year ago

adnene-guessoum commented 2 years ago

(I'm mainly opening an issue to see how it's done)

playing around in the third lesson on linting and formatting, I got a warning saying that "--dev" is deprecated and to use : "poetry add flake9 pylint --group dev "

also the first taskfile.yaml must be written with an uppercase "Taskfile.yaml" which wasn't mentionned in the beginning of the README (it is after however).

Thx for the lessons :)

codie3611 commented 2 years ago

Thanks for the feedback :heart: