We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 694f4b1 + e75d1c2 commit d44ad11Copy full SHA for d44ad11
.pre-commit-config.yaml
@@ -5,7 +5,8 @@ repos:
5
- id: black
6
language_version: python3
7
- repo: https://github.com/pycqa/flake8
8
- rev: 3.9.1 # Use the ref you want to point at
+ rev: 7.0.0 # Use the ref you want to point at
9
hooks:
10
- id: flake8
11
- args: ['--config=.flake8']
+ args: ['--config=.flake8']
12
+ additional_dependencies: ['importlib_metadata==4.3']
samples/sync-samples/provision_symmetric_key.py
@@ -55,7 +55,7 @@
55
device_client.send_message(msg)
56
time.sleep(1)
57
58
- # finally, disconnect
59
- device_client.disconnect()
+ # finally, disconnect
+ device_client.disconnect()
60
else:
61
print("Can not send telemetry from the provisioned device")
0 commit comments