Closed andy-theia closed 4 months ago
Is the image data from a URL, generated, or stored locally?
Is the image data from a URL, generated, or stored locally?
It's an output image that's generated by code in the notebook.
We probably haven't run into this elsewhere because we generally clear the notebooks before committing them to the repo.
This was part of what prompted that Zulip thread earlier today.
Wait, we're not clearing the notebooks before committing them to the repo yet, though.
Yeah, I meant elsewhere on GeoCAT projects. That was unclear though.
Might be useful to enable codespell to be optional warning, but not prevent committing
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.720
hooks:
- id: mypy
verbose: true
entry: bash -c 'mypy "$@" || true' --
Suggesting we configure codespell to ignore image data