docs: bunch of fixes and improvements (#5136)
## Summary A bunch of fixes and improvements on different parts of the documentation. For Docker documentation changes, links to the relevant documentations have been included in the commit messages.
This commit is contained in:
committed by
GitHub
parent
177bbaa8c0
commit
c9637f00f0
@@ -7,7 +7,7 @@ To compile requirements via pre-commit, add the following to the `.pre-commit-co
|
||||
```yaml
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
# uv version.
|
||||
rev: 0.2.13
|
||||
rev: 0.2.25
|
||||
hooks:
|
||||
# Compile requirements
|
||||
- id: pip-compile
|
||||
@@ -19,7 +19,7 @@ To compile alternative files, modify `args` and `files`:
|
||||
```yaml
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
# uv version.
|
||||
rev: 0.2.13
|
||||
rev: 0.2.25
|
||||
hooks:
|
||||
# Compile requirements
|
||||
- id: pip-compile
|
||||
@@ -32,7 +32,7 @@ To run the hook over multiple files at the same time:
|
||||
```yaml
|
||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||
# uv version.
|
||||
rev: 0.2.13
|
||||
rev: 0.2.25
|
||||
hooks:
|
||||
# Compile requirements
|
||||
- id: pip-compile
|
||||
|
||||
Reference in New Issue
Block a user