Skip to content

Commit 8f72c9d

Browse files
committed
refactor: update dependencies
1 parent 43f7382 commit 8f72c9d

File tree

6 files changed

+625
-950
lines changed

6 files changed

+625
-950
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
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
@@ -86,7 +86,7 @@ repos:
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

docs/docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### Fix
44

5+
- and support 'levelname'
6+
- support 'time'
57
- drop support for Python 3.8
68
- update dependencies
79

docs/docs/DEVELOPER_GUIDE.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff 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} -->

0 commit comments

Comments
 (0)