From 667b33edd23a68c996cf46b334b31c38b361b868 Mon Sep 17 00:00:00 2001 From: Mark Bakhit Date: Mon, 1 Jul 2024 01:35:12 -0700 Subject: [PATCH] Update .github/workflows/test-docs.yml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- .github/workflows/test-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index d37262d2..6ccb7518 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -34,3 +34,4 @@ jobs: # pip install -r requirements/check-style.txt # mypy --show-error-codes docs/ # ruff check docs/ + # Note: Uncomment the above lines to enable type and style checks for documentation examples.