Lewis Denny
Lewis Denny
resolves #263
Hi Team, Just wondering if we can get an official response on weather the Up Bank API is going to be expanded upon? It's been a few years an nothing...
pip venv: ``` ❯ find | grep container ./.venv/lib/python3.9/site-packages/rich/containers.py ./.venv/lib/python3.9/site-packages/rich/__pycache__/containers.cpython-39.pyc ``` Using the git repo method: ``` ❯ find | grep container ./containers ./containers/ovs-dbg ./containers/ovs-dbg/Dockerfile ./containers/ovs-dbg/start.sh ./.venv/lib/python3.9/site-packages/rich/containers.py ./.venv/lib/python3.9/site-packages/rich/__pycache__/containers.cpython-39.pyc ```
##### Summary I would like to enable the yamllint [empty-value](https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.empty_values) rule. I created a .yamllint.yml file with the following content: ``` rules: empty-values: forbid-in-block-mappings: true forbid-in-flow-mappings: true forbid-in-block-sequences: true ```...