Skip to content

Commit

Permalink
Update pylint rules for newer pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Oct 9, 2024
1 parent b2e308a commit abc10f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcms_github_app/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class AppInstallationChangeForm(forms.ModelForm):
required=False
)

def __init__(self, # pylint: disable=too-many-arguments
def __init__(self, # pylint: disable=too-many-arguments,too-many-positional-arguments
data=None, files=None, auto_id='id_%s', prefix=None,
initial=None, error_class=ErrorList, label_suffix=None,
empty_permitted=False, instance=None, use_required_attribute=None,
Expand Down

0 comments on commit abc10f3

Please sign in to comment.