Skip to content

Commit

Permalink
add backticks, remove extra | None
Browse files Browse the repository at this point in the history
  • Loading branch information
rbavery committed Nov 11, 2024
1 parent 34fbf3d commit 021d0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ make setup
> This installs uv as a [standalone application][uv-install]. <br>
> For more details, see also the [uv documentation][uv-docs]. <br>
2. Initialize project dependencies with uv and install `pre-commit` hooks:
2. Initialize project dependencies with `uv` and install `pre-commit` hooks:

```bash
make install-dev
make pre-commit-install
```

This will install project dependencies into the currently active environment. If you would like to
use uv's default behavior of managing a project-scoped environment, use uv commands directly to
use uv's default behavior of managing a project-scoped environment, use `uv` commands directly to
install dependencies. `uv sync` will install dependencies and dev dependencies in `.venv` and update the `uv.lock`.

## PR submission
Expand Down
1 change: 0 additions & 1 deletion stac_model/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class ValueScalingProcessingExpression(ProcessingExpression):
ValueScalingScale,
ValueScalingProcessingExpression,
]
| None
] # noqa: E501

ResizeType: TypeAlias = (
Expand Down

0 comments on commit 021d0a2

Please sign in to comment.