Skip to content

Commit a61d0a4

Browse files
committed
fix: prevent legacy types for new commits
1 parent 01a6245 commit a61d0a4

File tree

5 files changed

+16
-14
lines changed

5 files changed

+16
-14
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
rev: v2.11.1
2828
hooks:
2929
- id: commitizen
30-
additional_dependencies: ["git+https://github.com/KyleKing/cz_legacy.git"]
30+
additional_dependencies: ["git+https://github.com/KyleKing/cz_legacy.git@bfff2ab4134c26a31f1e7f9c3a8d4bedba824b08"]
3131
stages: [commit-msg]
3232
- repo: https://github.com/asottile/pyupgrade
3333
rev: v2.7.4

CHANGELOG.md

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

3+
### Feat
4+
5+
- use cz_legacy to generate changelogs
6+
- remove task in anticipation of copier #26
7+
- improve git pre-commit hooks
8+
- new add-trailing-comma and pyupgrade hooks
9+
- new mkdocs tasks and improvements
10+
- new optional preconvert to serialize logs
11+
- move logger configuration to log_helpers
12+
- new cl_bump task. Closes #21
13+
314
### Fix
415

516
- prevent circular import in doit_tasks
@@ -25,16 +36,6 @@
2536
- move DOIT_CONFIG to import
2637
- move dig test to dig test file
2738

28-
### Feat
29-
30-
- remove task in anticipation of copier #26
31-
- improve git pre-commit hooks
32-
- new add-trailing-comma and pyupgrade hooks
33-
- new mkdocs tasks and improvements
34-
- new optional preconvert to serialize logs
35-
- move logger configuration to log_helpers
36-
- new cl_bump task. Closes #21
37-
3839
## 0.1.0 (2020-12-19)
3940

4041
### Feat

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ If you have any questions, please [open an issue on Github](https://github.com/K
5858
| `calcipy/doit_tasks/test.py` | 30 | 16 | 0 | 46.7% |
5959
| `calcipy/log_helpers.py` | 43 | 16 | 0 | 62.8% |
6060

61-
Generated on: 2020-12-23T07:07:09.244435
61+
Generated on: 2020-12-23T07:11:21.895030
6262

6363
<!-- /COVERAGE -->

TAG_SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ README.md
99
1010
calcipy/doit_tasks/doc.py
1111
line 20 FIXME: May be replaced with cl_bump for creating tags, but 0.1.0 tag does not appear to be pushed to origin?
12+
line 176 FIXME: This was for a very specific implementation. See #36 for variable defintion
1213
1314
calcipy/doit_tasks/doit_globals.py
1415
line 222 PLANNED: Check if Optional[PackageMeta] is necessary
@@ -26,5 +27,5 @@ calcipy/doit_tasks/tag_collector.py
2627
dodo.py
2728
line 52 TODO: Implement type checking with pytype, mypy, or other
2829
29-
Found tagged comments for TODO (5), FIXME (2), PLANNED (3), NOTE (1)
30+
Found tagged comments for TODO (5), FIXME (3), PLANNED (3), NOTE (1)
3031
```

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)