Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Snider <[email protected]>
  • Loading branch information
cmsirbu and gsnider2195 authored Aug 22, 2024
1 parent 40ac8d4 commit 9ea816a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def autoformat(context):
},
iterable=["action"],
)
def ruff(context, action=["lint"], fix=False, output_format="full"):
def ruff(context, action=None, fix=False, output_format="full"):
"""Run ruff to perform code formatting and/or linting."""
if not action:
action = ["lint"]
Expand Down

0 comments on commit 9ea816a

Please sign in to comment.