diff --git a/patacrep/songs/chordpro/ast.py b/patacrep/songs/chordpro/ast.py index 60a2adc8..9723ab8d 100644 --- a/patacrep/songs/chordpro/ast.py +++ b/patacrep/songs/chordpro/ast.py @@ -335,6 +335,7 @@ class Define(Directive): """ def __init__(self, key, basefret, frets, fingers, is_special): + # pylint: disable=too-many-arguments self.key = key self.basefret = basefret # Can be None self.frets = frets