File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
1717make install-dev
1818make pre-commit-install
1919```
2020
2121This 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
2323install dependencies. ` uv sync ` will install dependencies and dev dependencies in ` .venv ` and update the ` uv.lock ` .
2424
2525## PR submission
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ class ValueScalingProcessingExpression(ProcessingExpression):
7171 ValueScalingScale ,
7272 ValueScalingProcessingExpression ,
7373 ]
74- | None
7574 ] # noqa: E501
7675
7776ResizeType : TypeAlias = (
You can’t perform that action at this time.
0 commit comments