Skip to content

Commit

Permalink
build: update calcipy
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Feb 27, 2022
1 parent 570dddb commit a28cd27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

### Fix

- correct type annotations
- undo silent nox step
- make coverage.json optional for task_doc

Expand Down
6 changes: 1 addition & 5 deletions docs/docs/CODE_TAG_SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ Auto-Generated by `calcipy`
| FIXME | Replace with programmatic imports? Maybe explicit imports to check backward compatibility of public API? | 2021-05-27 | [scripts/check_imports.py:7](https://github.com/KyleKing/calcipy/blame/ac4e3e2887a77953237e498b9d1fba750be49c7e/scripts/check_imports.py#L7) |
| PLANNED | Not yet used. From cement boilerplate | 2021-12-31 | [tests/cli/test_main.py:22](https://github.com/KyleKing/calcipy/blame/21c5b446fca11d83dce8d2daedc2027c3d58b221/tests/cli/test_main.py#L22) |
| TODO | Replace magic numbers in tests with meta-data about the test project | 2021-05-27 | [tests/configuration.py:24](https://github.com/KyleKing/calcipy/blame/bf8f76f6cceec3f782ff4eb57a68febc5bc314db/tests/configuration.py#L24) |
| FIXME | Remove all global use of DG! | 2022-02-27 | [tests/configuration.py:42](https://github.com/KyleKing/calcipy/blame/dev/development |
| | | | /tests/configuration.py#L42) |
| FIXME | dg_original = ...resolve() | 2022-02-27 | [tests/configuration.py:62](https://github.com/KyleKing/calcipy/blame/dev/development |
| | | | /tests/configuration.py#L62) |
| FIXME | Replace MockLogger with a more generic alternative. See: | 2021-06-05 | [tests/test_doit_tasks/test_packaging.py:20](https://github.com/KyleKing/calcipy/blame/b0da1f50be6f40a8b083056c96b96e989449610f/tests/test_doit_tasks/test_packaging.py#L20) |
| TODO | Capture logging output and check... | 2021-06-08 | [tests/test_doit_tasks/test_packaging.py:132](https://github.com/KyleKing/calcipy/blame/f5ae6a5d029efa6cbc7ad6d26f2f61c6e28427f2/tests/test_doit_tasks/test_packaging.py#L132) |

Found code tags for FIXME (8), TODO (11), PLANNED (14), HACK (1), TBD (1)
Found code tags for FIXME (6), TODO (11), PLANNED (14), HACK (1), TBD (1)

<!-- calcipy:skip_tags -->
2 changes: 1 addition & 1 deletion docs/docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ poetry run doit run lock document deploy_docs publish
| `calcipy/proc_helpers.py` | 21 | 1 | 0 | 95.2% |
| **Totals** | 1139 | 128 | 177 | 88.8% |

Generated on: 2022-02-26T19:54:24.746418
Generated on: 2022-02-26T23:06:09.259636
<!-- {cte} -->
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a28cd27

Please sign in to comment.