Exclude the CHANGELOG from the pre-commit size check (#12931)
This commit is contained in:
parent
61e44103ea
commit
46c59d04db
|
@ -36,6 +36,7 @@ repos:
|
|||
args: ['--maxkb=350', '--enforce-all']
|
||||
exclude: |
|
||||
(?x)^(
|
||||
CHANGELOG.md|
|
||||
docs/source/_static/images/general/fast_2.gif|
|
||||
docs/source/_static/images/mnist_imgs/pt_to_pl.jpg|
|
||||
docs/source/_static/images/lightning_module/pt_to_pl.png|
|
||||
|
|
Loading…
Reference in New Issue