Skip to content

Commit

Permalink
rules: Force awshelpers to return None
Browse files Browse the repository at this point in the history
Related to #90
  • Loading branch information
jayvdb committed Apr 7, 2020
1 parent 8db3911 commit e88a81e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pypidb/_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ def from_set(self, other):
link_extract=_url_no_extract,
expect_none=True,
),
Rule("awshelpers", link_extract=_url_no_extract, expect_none=True),
Rule("aws-sam-translator", ["aws-sam-cli"]),
Rule("awsretry", ignore_bad_metadata=True),
Rule("backports", ignore_bad_metadata=True),
Expand Down

0 comments on commit e88a81e

Please sign in to comment.