From e71b0a988908fa7ffcbd54750a0bfcb17cb66638 Mon Sep 17 00:00:00 2001 From: Stephen-RA-King <33905365+Stephen-RA-King@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:18:06 +0000 Subject: [PATCH] chore: update exclusions in pre-commit --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4d3326..528d898 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,7 @@ exclude: | (?x)^( docs/source/conf.py| + docs/example.ipynb| tests/[\w]*.py| tools/[\w]*.py| reports/[\w]*|