StatCan / datascience-cookiecutter

A Cookiecutter template for Data Science Projects in Python
MIT License
7 stars 1 forks source link

Update pre-commit hooks #49

Closed vedantthapa closed 1 year ago

vedantthapa commented 1 year ago
vedantthapa commented 1 year ago

@ToucheSir Haven't tested it out on existing projects. I recently started using the cookiecutter for python projects and came across failed CI jobs due to either the broken flake8 hook or the outdated isort version so I updated the hooks and that fixed the issues.

However, I did a quick test locally with .py, .R and .ipynb file, it was working as expected.

ToucheSir commented 1 year ago

Great, I think this is good to go then.