From 18d9556f2dbe872cb7780b5932b54446d30c3dff Mon Sep 17 00:00:00 2001 From: chvmvd Date: Wed, 23 Nov 2022 00:45:27 +0900 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions=E3=81=8B=E3=82=89sum=5F1to100?= =?UTF-8?q?=E3=82=92=E9=99=A4=E5=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/black.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index a5c4850fa..323d9446a 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -13,4 +13,5 @@ jobs: - uses: actions/checkout@v2 - uses: psf/black@stable with: + options: '--exclude="docs/01python/07for/_samples/sum_1to100.ipynb"' jupyter: true