Skip to content

Commit 90fc720

Browse files
committed
Merge branch 'main' into dev/add_type_attributes
# Conflicts: # adafruit_bno08x/__init__.py
2 parents daca094 + fe86645 commit 90fc720

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44

55
repos:
66
- repo: https://github.com/python/black
7-
rev: 22.3.0
7+
rev: 23.3.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/fsfe/reuse-tool
11-
rev: v0.14.0
11+
rev: v1.1.2
1212
hooks:
1313
- id: reuse
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.2.0
15+
rev: v4.4.0
1616
hooks:
1717
- id: check-yaml
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020
- repo: https://github.com/pycqa/pylint
21-
rev: v2.15.5
21+
rev: v2.17.4
2222
hooks:
2323
- id: pylint
2424
name: pylint (library code)

examples/bno08x_simpletest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
bno.enable_feature(BNO_REPORT_ROTATION_VECTOR)
2222

2323
while True:
24-
2524
time.sleep(0.5)
2625
print("Acceleration:")
2726
accel_x, accel_y, accel_z = bno.acceleration # pylint:disable=no-member

0 commit comments

Comments
 (0)