Skip to content

Commit

Permalink
test: introduce bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain committed Oct 17, 2024
1 parent 9e0bf57 commit 217a795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riocli/apply/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Applier(object):
DEFAULT_MAX_WORKERS = 6
DELETE_POLICY_LABEL = "rapyuta.io/deletionPolicy"

def __init__(self, files: typing.List, values: typing.List, secrets: typing.List):
def __init__(self, files: typing.List, values: typing.List, secrets: typing.List = []):

Check failure on line 42 in riocli/apply/parse.py

View workflow job for this annotation

GitHub Actions / code-quality-checks

Ruff (B006)

riocli/apply/parse.py:42:88: B006 Do not use mutable data structures for argument defaults
self.files = {}
self.objects = {}
self.resolved_objects = {}
Expand Down

0 comments on commit 217a795

Please sign in to comment.