From 46c59d04db4156ae98e184e1d9321932f7e2ebf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Fri, 29 Apr 2022 15:23:02 +0200 Subject: [PATCH] Exclude the CHANGELOG from the pre-commit size check (#12931) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f88bee224..800dd6859f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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|