From 3d7bbaef465b563a4e1d58f86ffcc78e48b3915f Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Sat, 16 Nov 2024 08:35:07 -0800 Subject: [PATCH] Clean up references to notebooks. --- .github/workflows/pr.yaml | 9 --------- setup.cfg | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 82e56cd95d..47951783ba 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -43,16 +43,8 @@ jobs: - '!README.md' - '!docs/**' - '!img/**' - - '!notebooks/**' - '!python/**' - '!thirdparty/LICENSES/**' - test_notebooks: - - '**' - - '!.devcontainer/**' - - '!.pre-commit-config.yaml' - - '!CONTRIBUTING.md' - - '!README.md' - - '!thirdparty/LICENSES/**' test_python: - '**' - '!.devcontainer/**' @@ -61,7 +53,6 @@ jobs: - '!README.md' - '!docs/**' - '!img/**' - - '!notebooks/**' - '!thirdparty/LICENSES/**' checks: secrets: inherit diff --git a/setup.cfg b/setup.cfg index e64641d05b..94140d4d00 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ per-file-ignores = # unlike the match option above this match-dir will have no effect when # pydocstyle is invoked from pre-commit. Therefore this exclusion list must # also be maintained in the pre-commit config file. -match-dir = ^(?!(ci|cpp|conda|docs|java|notebooks)).*$ +match-dir = ^(?!(ci|cpp|conda|docs)).*$ # Allow missing docstrings for docutils ignore-decorators = .*(docutils|doc_apply|copy_docstring).* select =