From 0cc13ee3f6e098d73ced6ad40235b7f9cee3ee5f Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Fri, 15 Dec 2023 16:07:28 -0500 Subject: [PATCH] try adding quotes to newlined version --- .github/workflows/linter_actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter_actions.yml b/.github/workflows/linter_actions.yml index 0b30e5fb7..cc14ad903 100644 --- a/.github/workflows/linter_actions.yml +++ b/.github/workflows/linter_actions.yml @@ -19,5 +19,5 @@ jobs: max_line_length: 88 extra_arguments: --per-file-ignores= - __init__.py:F401 - test_granules.py:E501 + '__init__.py:F401 + test_granules.py:E501'