Add per-file-ignore to pylint (#86289)
This commit is contained in:
parent
a0810053f1
commit
30bf0634fe
114 changed files with 123 additions and 226 deletions
|
@ -163,10 +163,8 @@ async def test_data_manager_webhook_subscription(
|
|||
WebhookConfig(id="1234", url="http://localhost/api/webhook/1234", enabled=True),
|
||||
)
|
||||
|
||||
# pylint: disable=protected-access
|
||||
data_manager._notify_subscribe_delay = datetime.timedelta(seconds=0)
|
||||
data_manager._notify_unsubscribe_delay = datetime.timedelta(seconds=0)
|
||||
# pylint: enable=protected-access
|
||||
|
||||
api.notify_list.return_value = NotifyListResponse(
|
||||
profiles=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue