diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff6efa3b..8db0a285 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,4 +21,9 @@ repos: files: \.ipynb$ stages: [commit] language: system - entry: jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace \ No newline at end of file + entry: jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.5.0 # Use the version you want + hooks: + - id: check-added-large-files + args: ["--maxkb=2000"] \ No newline at end of file