Skip to content

Commit 6ebb880

Browse files
committed
build: copier-auto-update
1 parent 6986f73 commit 6ebb880

File tree

14 files changed

+925
-1098
lines changed

14 files changed

+925
-1098
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Answer file maintained by Copier for: https://github.com/KyleKing/calcipy_template
33
# DO NOT MODIFY THIS FILE. Edit by re-running copier and changing responses to the questions
44
# Check into version control.
5-
_commit: 2.0.5
5+
_commit: 3.1.1
66
_src_path: gh:KyleKing/calcipy_template
77
author_email: [email protected]
88
author_name: Kyle King

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
name: Bug report
33
about: Found a problem, us know!
4-
title: ''
5-
labels: 'Type: Bug'
64
assignees: kyleking
75
---
86

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
name: Feature request
33
about: Please share your ideas for tail_jsonl!
4-
title: ''
5-
labels: 'Type: Feature'
64
assignees: kyleking
75
---
86

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
name: Question
33
about: This is a general catch-all template
4-
title: ''
5-
labels: ''
64
assignees: kyleking
75
---

.github/labels.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/ci_pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name: CI Pipeline
77
pull_request:
88
branches: [main]
99
paths:
10+
- .github/workflows/ci_pipeline.yml
1011
- tail_jsonl/**
1112
- tests/**
1213
- poetry.lock

.github/workflows/labeler.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/update_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Update Docs
55
push:
66
branches: [main]
77
paths:
8+
- .github/workflows/update_docs.yml
89
- docs/**
910
- mkdocs.yml
1011
workflow_dispatch: null # For manual runs

.pre-commit-config.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default_install_hook_types: ["commit-msg", "pre-commit", "pre-push"]
1616

1717
repos:
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.6.0
19+
rev: v5.0.0
2020
hooks:
2121
- id: check-added-large-files
2222
- id: check-executables-have-shebangs
@@ -34,19 +34,17 @@ repos:
3434
- id: end-of-file-fixer
3535
exclude: \.copier-answers\.yml|__snapshots__/.*\.ambr
3636
- id: fix-byte-order-marker
37-
- id: fix-encoding-pragma
38-
args: [--remove]
3937
- id: forbid-new-submodules
4038
- id: mixed-line-ending
4139
args: [--fix=auto]
4240
- id: trailing-whitespace
4341
exclude: __snapshots__/.*\.ambr
4442
- repo: https://github.com/commitizen-tools/commitizen
45-
rev: v3.29.1
43+
rev: v4.1.0
4644
hooks:
4745
- id: commitizen
4846
- repo: https://github.com/executablebooks/mdformat
49-
rev: 0.7.17
47+
rev: 0.7.19
5048
hooks:
5149
- id: mdformat
5250
additional_dependencies:
@@ -73,13 +71,13 @@ repos:
7371
types_or: [html, javascript, json, shell, yaml]
7472
stages: ["pre-commit"]
7573
- repo: https://github.com/pappasam/toml-sort
76-
rev: v0.23.1
74+
rev: v0.24.2
7775
hooks:
7876
- id: toml-sort-fix
7977
exclude: poetry\.lock
8078
stages: ["pre-commit"]
8179
- repo: https://github.com/KyleKing/calcipy
82-
rev: 4.0.0
80+
rev: 5.0.0
8381
hooks:
8482
- id: copier-forbidden-files
8583
- id: lint-fix

docs/docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Unreleased
22

3+
### Feat
4+
5+
- include 'msg' in defaults
6+
7+
## 1.2.6 (2024-10-05)
8+
39
### Fix
410

511
- remove beartype decorators

0 commit comments

Comments
 (0)