Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
disable too-many-branches
more obvious to add an additional else than to get cray cray and make the logic truly unreadable.
  • Loading branch information
mikeysklar committed Sep 11, 2024
commit 531bc36fcee4c39319c69254ce375e71cdc35898
1 change: 1 addition & 0 deletions adafruit_register/i2c_bcd_alarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# SPDX-License-Identifier: MIT
# pylint: disable=too-few-public-methods
# pylint: disable=too-many-branches

"""
`adafruit_register.i2c_bcd_alarm`
Expand Down