Skip to content

Commit

Permalink
add exception for long lines in test_granules
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Dec 14, 2023
1 parent c4ddb79 commit a67dae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
max_line_length: 88
extra_arguments:
--per-file-ignores=__init__.py:F401
--per-file-ignores=__init__.py:F401 test_granules.py:E501

0 comments on commit a67dae2

Please sign in to comment.