aicoe-aiops / project-template

this is a template to use for new data science projects in the aiops group
Other
8 stars 21 forks source link

fix: Remove pre commit hook for large files #27

Closed tumido closed 3 years ago

tumido commented 3 years ago

Related Issues and Dependencies

By @MichaelClifford's request.

This hook causes troubles, since Jupyter Notebooks can be quite big, this PR removes the particular check from our pre commit. Unfortunately, there's no way to exclude certain filetypes from this check right now. We can raise the size limit though.

https://github.com/pre-commit/pre-commit-hooks#check-added-large-files