Skip to content

Commit

Permalink
refactor: disable pylint too-many-positional-arguments warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jan 13, 2025
1 parent 612b970 commit 7da3f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx_filters/learning/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def run_filter(
status: str,
grade: float,
generation_mode: str,
) -> tuple[Any, CourseKey, str, str, float, str]: # pylint: disable=too-many-arguments
) -> tuple[Any, CourseKey, str, str, float, str]: # pylint: disable=too-many-positional-arguments
"""
Process the inputs using the configured pipeline steps to modify the certificate creation process.
Expand Down

0 comments on commit 7da3f53

Please sign in to comment.