Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Aug 6, 2024
1 parent 1552018 commit c0f0921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions decoimpact/business/entities/rules/filter_extremes_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
class FilterExtremesRule(RuleBase, IArrayBasedRule):
"""Implementation for the filter extremes rule"""

# pylint: disable=too-many-arguments
def __init__(
self,
name: str,
Expand Down
1 change: 1 addition & 0 deletions decoimpact/data/entities/filter_extremes_rule_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
class FilterExtremesRuleData(IFilterExtremesRuleData, RuleData):
"""Class for storing data related to filter extremes rule"""

# pylint: disable=too-many-arguments
def __init__(
self,
name: str,
Expand Down

0 comments on commit c0f0921

Please sign in to comment.