From e483eedcbda78be9c8906740c7d252f200a1e2f0 Mon Sep 17 00:00:00 2001 From: Bryon Tjanaka Date: Fri, 1 Sep 2023 22:12:24 -0700 Subject: [PATCH] Note pylint pre-commit skip --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 45c772346..29c96ae06 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,6 +14,8 @@ jobs: pre-commit: runs-on: ubuntu-latest env: + # Skipped for now since we just added pre-commit and not all of our code + # perfectly passes pylint. SKIP: pylint steps: - uses: actions/checkout@v3