diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 2f93cced..3e0f368d 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -7,6 +7,7 @@ ### Fix +- correct type annotations - undo silent nox step - make coverage.json optional for task_doc diff --git a/docs/docs/CODE_TAG_SUMMARY.md b/docs/docs/CODE_TAG_SUMMARY.md index 81d5646d..eed096d3 100644 --- a/docs/docs/CODE_TAG_SUMMARY.md +++ b/docs/docs/CODE_TAG_SUMMARY.md @@ -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) diff --git a/docs/docs/DEVELOPER_GUIDE.md b/docs/docs/DEVELOPER_GUIDE.md index 190cbfb1..61ba5a48 100644 --- a/docs/docs/DEVELOPER_GUIDE.md +++ b/docs/docs/DEVELOPER_GUIDE.md @@ -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 diff --git a/poetry.lock b/poetry.lock index 4de78845..757af774 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2374,7 +2374,7 @@ test = ["coverage", "diff-cover", "lxml", "mypy", "nox-poetry", "pytest-cache-as [metadata] lock-version = "1.1" python-versions = "^3.7.6" -content-hash = "2b5b2eedcb68774394effe64eab20773195513af566cb799cb78f9898cb23d70" +content-hash = "1ab5f8d27d9c8b5b8a468c78c6f14188a1b0fe50c8e5368e80517cec70e854a3" [metadata.files] absolufy-imports = [