Skip to content

Commit d44ad11

Browse files
authored
Merge branch 'main' into ct-infra-update
2 parents 694f4b1 + e75d1c2 commit d44ad11

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ repos:
55
- id: black
66
language_version: python3
77
- repo: https://github.com/pycqa/flake8
8-
rev: 3.9.1 # Use the ref you want to point at
8+
rev: 7.0.0 # Use the ref you want to point at
99
hooks:
1010
- id: flake8
11-
args: ['--config=.flake8']
11+
args: ['--config=.flake8']
12+
additional_dependencies: ['importlib_metadata==4.3']

samples/sync-samples/provision_symmetric_key.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
device_client.send_message(msg)
5656
time.sleep(1)
5757

58-
# finally, disconnect
59-
device_client.disconnect()
58+
# finally, disconnect
59+
device_client.disconnect()
6060
else:
6161
print("Can not send telemetry from the provisioned device")

0 commit comments

Comments
 (0)