-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpre_flight_checks.txt
More file actions
74 lines (62 loc) · 2.78 KB
/
pre_flight_checks.txt
File metadata and controls
74 lines (62 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
========================================
1. RUFF LINT CHECK (Target Files & Trace)
========================================
Files resolved via pyproject.toml:
pyproject.toml
service_invocation/python/http/checkout/app.py
service_invocation/python/http/order-processor/app.py
tests/test_initial.py
----------------------------------------
Total Python files identified: 3
[2026-03-19][07:51:00][ruff_workspace::resolver][DEBUG] Included path via `include`: "tests/test_initial.py"
[2026-03-19][07:51:00][ruff_workspace::resolver][DEBUG] Included path via `include`: "service_invocation/python/http/order-processor/app.py"
[2026-03-19][07:51:00][ruff_workspace::resolver][DEBUG] Included path via `include`: "service_invocation/python/http/checkout/app.py"
All checks passed!
Status: All identified files passed linting (0 errors).
========================================
2. RUFF FORMAT CHECK (Target Files)
========================================
Targeting the same 3 Python files resolved in Section 1...
[2026-03-19][07:51:00][ruff_workspace::resolver][DEBUG] Included path via `include`: "tests/test_initial.py"
[2026-03-19][07:51:00][ruff_workspace::resolver][DEBUG] Included path via `include`: "service_invocation/python/http/checkout/app.py"
[2026-03-19][07:51:00][ruff_workspace::resolver][DEBUG] Included path via `include`: "service_invocation/python/http/order-processor/app.py"
3 files already formatted
Status: All 3 files match the required format.
========================================
3. BASEDPYRIGHT TYPE AUDIT
========================================
Loading pyproject.toml file at pyproject.toml
Assuming Python version 3.10.12.final.0
Found 3 source files
basedpyright 1.38.2
based on pyright 1.1.408
0 errors, 0 warnings, 0 notes
Completed in 0.421sec
Analysis stats
Total files parsed and bound: 125
Total files checked: 3
Timing stats
Find Source Files: 0sec
Read Source Files: 0sec
Tokenize: 0.06sec
Parse: 0.06sec
Resolve Imports: 0.03sec
Bind: 0.06sec
Check: 0.08sec
Detect Cycles: 0sec
========================================
4. PYTEST SUITE
========================================
============================= test session starts ==============================
platform linux -- Python 3.10.12, pytest-9.0.2, pluggy-1.6.0 -- .venv/bin/python3
cachedir: .pytest_cache
rootdir: .
configfile: pyproject.toml
plugins: cov-7.0.0
collecting ... collected 2 items
tests/test_initial.py::test_pipeline_sanity PASSED [ 50%]
tests/test_initial.py::test_python_version PASSED [100%]
============================== 2 passed in 0.01s ===============================
========================================
✅ PRE-FLIGHT COMPLETE: ALL CHECKS PASSED
========================================