formatting and linting automation
Squashed commits:
[cd479ba] formatting and linting automation
[7fbfabb] formatting and linting automation
[c4f9505] fix after rebase
[f506ad4] rename job
[441d517] update doc (+7 squashed commits)
[2e1b416] fix invoke and github action
[6ae5bb4] doc for git blame
[44b5461] add GitHub action
[b07474f] add docs
[4cd9a6f] more linter fixes
[db71901] wip
[540dc88] wip
diff --git a/examples/run_notifier.py b/examples/run_notifier.py
index 2772908..673286b 100644
--- a/examples/run_notifier.py
+++ b/examples/run_notifier.py
@@ -42,7 +42,8 @@
self, connection, characteristic, notify_enabled, indicate_enabled
):
print(
- f'$$$ Characteristic subscription for handle {characteristic.handle} from {connection}: '
+ f'$$$ Characteristic subscription for handle {characteristic.handle} '
+ f'from {connection}: '
f'notify {"enabled" if notify_enabled else "disabled"}, '
f'indicate {"enabled" if indicate_enabled else "disabled"}'
)