statsforecast icon indicating copy to clipboard operation
statsforecast copied to clipboard

Flake8 command not found

Open dluuo opened this issue 1 year ago • 1 comments

When following Contributing guide, I get the following error when trying to run flake8 --select=F statsforecast/:

zsh: command not found: flake8

I was able to solve it with pip install flake8

dluuo avatar Aug 30 '22 13:08 dluuo

Hey @dluuo!

Thanks for reporting this. We have recently added flake8 to the set of development dependencies:

https://github.com/Nixtla/statsforecast/blob/976d9c742664d6bc206497438715ec4ca3864a57/settings.ini#L21

Does pip install ".[dev]" work?

AzulGarza avatar Aug 31 '22 19:08 AzulGarza