Skip to content

Commit 021d0a2

Browse files
committed
add backticks, remove extra | None
1 parent 34fbf3d commit 021d0a2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ make setup
1111
> This installs uv as a [standalone application][uv-install]. <br>
1212
> For more details, see also the [uv documentation][uv-docs]. <br>
1313
14-
2. Initialize project dependencies with uv and install `pre-commit` hooks:
14+
2. Initialize project dependencies with `uv` and install `pre-commit` hooks:
1515

1616
```bash
1717
make install-dev
1818
make pre-commit-install
1919
```
2020

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

2525
## PR submission

stac_model/input.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ class ValueScalingProcessingExpression(ProcessingExpression):
7171
ValueScalingScale,
7272
ValueScalingProcessingExpression,
7373
]
74-
| None
7574
] # noqa: E501
7675

7776
ResizeType: TypeAlias = (

0 commit comments

Comments
 (0)