diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72955162..10578122 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -exclude: "build|stubs|^bot/templates/" +exclude: "build|stubs|^bot/templates/|^notebooks/.*\\.ipynb$" default_language_version: python: python3