Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added
docs/code-examples
to the directories checked by py-lint and …
…py-format (#2476) ### What This PR: - Adds `docs/code-examples` to the directories checked by `just py-lint` and `just py-format`. - Fixes existing examples such that the pass the lint: most needed an explicit `import rerun as rr`. In most case I figured that this change was ok. In one case I decided to add an exception in `pyproject.toml` instead. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [ ] ~~I've included a screenshot or gif (if applicable)~~ <!-- This line will get updated when the PR build summary job finishes. --> PR Build Summary: https://build.rerun.io/pr/2476 <!-- pr-link-docs:start --> Docs preview: https://rerun.io/preview/a45ad9c/docs Examples preview: https://rerun.io/preview/a45ad9c/examples <!-- pr-link-docs:end -->
- Loading branch information