Skip to content

Commit

Permalink
Supress pylint too-many-arguments for dash application
Browse files Browse the repository at this point in the history
  • Loading branch information
domfournier committed Nov 20, 2024
1 parent cf1f421 commit c5ea6ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions peak_finder/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
from peak_finder.params import PeakFinderParams
from peak_finder.utils import get_ordered_survey_lines

# pylint: disable=R0917


class PeakFinder(BaseDashApplication): # pylint: disable=too-many-public-methods, too-many-instance-attributes
"""
Expand Down

0 comments on commit c5ea6ff

Please sign in to comment.