-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
76a27cb
commit c63928e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule hapi-schema
updated
13 files
+2 −2 | .config/pre-commit-config.yaml | |
+1 −0 | .github/workflows/run-python-tests.yaml | |
+20 −0 | changelog.md | |
+2 −2 | pyproject.toml | |
+4 −4 | requirements.txt | |
+4 −6 | src/hapi_schema/db_funding.py | |
+1 −1 | src/hapi_schema/db_population.py | |
+1 −1 | src/hapi_schema/db_poverty_rate.py | |
+21 −31 | src/hapi_schema/db_views_as_tables.py | |
+2 −0 | src/hapi_schema/db_wfp_market.py | |
+14 −0 | tests/sample_data/data_funding.py | |
+3 −3 | tests/test_funding.py | |
+7 −2 | tests/test_views_as_tables.py |