Skip to content

Commit

Permalink
Adds a couple more pylint ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouse Reeve committed Nov 5, 2023
1 parent 5516b30 commit dda5295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@


# shortest possible PNG file, courtesy http://garethrees.org/2007/11/14/pngcrush/
# pylint: disable=line-too-long
PNG = (
b"\x89PNG\r\n\x1a\n"
b"\x00\x00\x00\rIHDR\x00\x00\x00\x01\x00\x00\x00\x01\x08\x06\x00\x00\x00\x1f\x15\xc4\x89"
Expand Down Expand Up @@ -175,6 +176,7 @@ class TestModelAdmin(ModelAdmin):
list page, I just return the saved object
"""

# pylint: disable=no-self-use
def response_add(
self, request, obj, *args, **kwargs
): # pylint: disable=unused-argument
Expand Down

0 comments on commit dda5295

Please sign in to comment.