Skip to content

Commit

Permalink
excluding notebooks from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yk committed Dec 31, 2022
1 parent e485ebc commit 020c5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: "build|stubs|^bot/templates/"
exclude: "build|stubs|^bot/templates/|^notebooks/.*\\.ipynb$"

default_language_version:
python: python3
Expand Down

0 comments on commit 020c5f3

Please sign in to comment.