mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Ignore non-issues
This commit is contained in:
parent
fa5fb33793
commit
d5768cf101
3 changed files with 4 additions and 7 deletions
|
@ -10,7 +10,7 @@ class OnlyLegs(Application):
|
|||
Gunicorn application
|
||||
"""
|
||||
|
||||
def __init__(self, options={}): # pylint: disable=W0102, W0231
|
||||
def __init__(self, options={}): # pylint: disable=W0102 skipcq: PYL-W0231
|
||||
self.usage = None
|
||||
self.callable = None
|
||||
self.options = options
|
||||
|
@ -27,7 +27,7 @@ class OnlyLegs(Application):
|
|||
return cfg
|
||||
|
||||
@staticmethod
|
||||
def prog(): # pylint: disable=C0116, E0202
|
||||
def prog(): # pylint: disable=C0116 skipcq: PYL-E0202
|
||||
return "OnlyLegs"
|
||||
|
||||
def load(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue