-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprecommit_output.log
More file actions
54 lines (47 loc) · 3.11 KB
/
precommit_output.log
File metadata and controls
54 lines (47 loc) · 3.11 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
trim trailing whitespace.................................................[42mPassed[m
fix end of files.........................................................[42mPassed[m
check yaml...............................................................[42mPassed[m
check toml...............................................................[42mPassed[m
check json...............................................................[42mPassed[m
check for added large files..............................................[42mPassed[m
check for merge conflicts................................................[42mPassed[m
debug statements (python)................................................[42mPassed[m
mixed line ending........................................................[42mPassed[m
ruff format..............................................................[42mPassed[m
ruff check...............................................................[42mPassed[m
black....................................................................[41mFailed[m
[2m- hook id: black[m
[2m- files were modified by this hook[m
[1mreformatted tests/test_simulation_edge_cases_final.py[0m
[1mAll done! ✨ 🍰 ✨[0m
[34m[1m1 file [0m[1mreformatted[0m, [34m36 files [0mleft unchanged.
markdownlint-cli2........................................................[42mPassed[m
mypy.....................................................................[42mPassed[m
pylint...................................................................[42mPassed[m
bandit...................................................................[42mPassed[m
vulture..................................................................[42mPassed[m
poetry-check.............................................................[41mFailed[m
[2m- hook id: poetry-check[m
[2m- files were modified by this hook[m
[34mAll set![39m
coverage summary.........................................................[41mFailed[m
[2m- hook id: pytest-cov-summary[m
[2m- duration: 6.26s[m
[2m- files were modified by this hook[m
........................................................................ [ 24%]
........................................................................ [ 49%]
........................................................................ [ 74%]
........................................................................ [ 99%]
.. [100%]
================================ tests coverage ================================
_______________ coverage: platform darwin, python 3.13.2-final-0 _______________
Name Stmts Miss Cover
------------------------------------------------------
src/span_panel_api/__init__.py 4 0 100%
src/span_panel_api/client.py 479 0 100%
src/span_panel_api/const.py 13 0 100%
src/span_panel_api/exceptions.py 10 0 100%
src/span_panel_api/simulation.py 348 1 99%
------------------------------------------------------
TOTAL 854 1 99%
290 passed in 5.19s