Commit 247ec09
authored
Bump dev tools & require Python 3.10 (#120)
* Bump dev tools & require Python 3.10
Raise minimum Python to >=3.10 and update developer tooling: upgrade Black to 26.3.1 (including pre-commit hook), bump pytest to 9.0.3, add filelock 3.20.1 and related dev dependency updates. The Poetry lockfile was regenerated to reflect these dependency changes.
* Update lint CI to test on Python 3.10–3.12
Bump the GitHub Actions lint workflow's Python matrix to [3.10, 3.11, 3.12], replacing 3.9. This adds CI coverage for Python 3.12 and removes older 3.9 testing (likely due to EOL/support updates). Only the matrix in .github/workflows/lint.yml was modified.
* Add blank line after module docstrings
Insert a single blank line after module-level docstrings in trt_base.py and generated protobuf files (header_pb2.py, image_pb2.py, time_pb2.py) to improve readability and satisfy style checks. This is a non-functional whitespace change only.1 parent c399b64 commit 247ec09
8 files changed
Lines changed: 144 additions & 98 deletions
File tree
- .github/workflows
- src/om1_vlm
- anonymizationSys/face_recog_stream
- gz/msgs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments