Disable too-many-* (#4107)
* Disable too-many-* and too-few-public-methods * Remove globally disabled pylint warnings
This commit is contained in:
parent
b910a9917d
commit
be272ac64a
298 changed files with 271 additions and 570 deletions
|
@ -46,7 +46,6 @@ def track_sunset(offset=None):
|
|||
return track_sunset_decorator
|
||||
|
||||
|
||||
# pylint: disable=too-many-arguments
|
||||
def track_time_change(year=None, month=None, day=None, hour=None, minute=None,
|
||||
second=None):
|
||||
"""Decorator factory to track time changes."""
|
||||
|
@ -60,7 +59,6 @@ def track_time_change(year=None, month=None, day=None, hour=None, minute=None,
|
|||
return track_time_change_decorator
|
||||
|
||||
|
||||
# pylint: disable=too-many-arguments
|
||||
def track_utc_time_change(year=None, month=None, day=None, hour=None,
|
||||
minute=None, second=None):
|
||||
"""Decorator factory to track time changes."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue