File tree Expand file tree Collapse file tree 6 files changed +625
-950
lines changed
Expand file tree Collapse file tree 6 files changed +625
-950
lines changed Original file line number Diff line number Diff line change 4242 - id : trailing-whitespace
4343 exclude : __snapshots__/.*\.ambr
4444 - repo : https://github.com/commitizen-tools/commitizen
45- rev : v3.27.0
45+ rev : v3.29.1
4646 hooks :
4747 - id : commitizen
4848 - repo : https://github.com/executablebooks/mdformat
8686 exclude : poetry\.lock|config_default.toml|demo_config.toml
8787 stages : ["pre-commit"]
8888 - repo : https://github.com/KyleKing/calcipy
89- rev : 3 .0.1
89+ rev : 4 .0.0
9090 hooks :
9191 - id : copier-forbidden-files
9292 - id : lint-fix
Original file line number Diff line number Diff line change 22
33### Fix
44
5+ - and support 'levelname'
6+ - support 'time'
57- drop support for Python 3.8
68- update dependencies
79
Original file line number Diff line number Diff line change @@ -45,14 +45,15 @@ poetry config pypi-token.pypi ...
4545## Current Status
4646
4747<!-- {cts} COVERAGE -->
48- | File | Statements | Missing | Excluded | Coverage |
49- | -----------------------------------| --------------| -----------| ------------| ------------|
50- | ` tail_jsonl/__init__.py ` | 17 | 0 | 17 | 100.0% |
51- | ` tail_jsonl/_private/__init__.py ` | 0 | 0 | 0 | 100.0% |
52- | ` tail_jsonl/_private/core.py ` | 49 | 1 | 0 | 92.8% |
53- | ` tail_jsonl/config.py ` | 11 | 0 | 0 | 100.0% |
54- | ` tail_jsonl/scripts.py ` | 18 | 0 | 11 | 90.9% |
55- | ** Totals** | 95 | 1 | 28 | 94.5% |
56-
57- Generated on: 2024-04-18
48+ | File | Statements | Missing | Excluded | Coverage |
49+ | -------------------------------------------| ------------| ---------| ----------| ----------|
50+ | ` tail_jsonl/__init__.py ` | 4 | 0 | 0 | 100.0% |
51+ | ` tail_jsonl/_private/__init__.py ` | 0 | 0 | 0 | 100.0% |
52+ | ` tail_jsonl/_private/core.py ` | 49 | 1 | 0 | 94.0% |
53+ | ` tail_jsonl/_runtime_type_check_setup.py ` | 13 | 0 | 28 | 100.0% |
54+ | ` tail_jsonl/config.py ` | 11 | 0 | 0 | 100.0% |
55+ | ` tail_jsonl/scripts.py ` | 17 | 0 | 18 | 94.7% |
56+ | ** Totals** | 94 | 1 | 46 | 95.9% |
57+
58+ Generated on: 2024-10-03
5859<!-- {cte} -->
You can’t perform that action at this time.
0 commit comments