StatCan / datascience-cookiecutter

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

Generated pre-commit config contains broken flake8 hook #45

Closed goatsweater closed 1 year ago

goatsweater commented 1 year ago

The .pre-commit-config.yaml file points to gitlab.com for the flake8 hook. It should point to github.com.

The incorrect link leads to an immediate pipeline failure for the codecheck stage.