Skip to content

Commit 942d0d1

Browse files
author
Jim Bennett
committed
Fixing linter settings
1 parent 3b5e98b commit 942d0d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ valid-metaclass-classmethod-first-arg=mcs
398398
[DESIGN]
399399

400400
# Maximum number of arguments for function / method
401-
max-args=7
401+
max-args=6
402402

403403
# Maximum number of attributes for a class (see R0902).
404404
# max-attributes=7

adafruit_azureiot/device_registration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def _parse_http_status(status_code: int, status_reason: str) -> None:
5858
"Error {0}: {1}".format(status_code, status_reason)
5959
)
6060

61+
# pylint: disable=R0913
6162
def __init__(
6263
self,
6364
socket,

0 commit comments

Comments
 (0)