microsoft/forecasting

[FEATURE] Remove the files that are not needed from the root directory

yueguoguo opened this issue · 3 comments

Description

  • Remove the files (e.g., .flake8) that are not needed from the root directory.
  • Put the unnecessary files into .gitignore to avoid checking in them

Expected behavior with the suggested feature

Other Comments

Hi Le, thanks for this comment. The .flake8 file is used by our pre-commit git hooks. It contains the settings for flake8 linter and style checker. Similarly, pyproject.toml contais configuration for black formatter git hook. We'll look through the rest of the files to make sure they are all needed.

Ah I see. Thanks! Maybe we want to put this into the document.

Feel free to close this issue.