Skip to content

Commit 8ab4552

Browse files
authored
Merge pull request #3333 from boutproject/uv-lock-update
Update `uv.lock`
2 parents d9f2a66 + ac0c5b0 commit 8ab4552

4 files changed

Lines changed: 125 additions & 99 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ repos:
2424

2525
# C++ formatting
2626
- repo: https://github.com/pre-commit/mirrors-clang-format
27-
rev: v22.1.0
27+
rev: v22.1.1
2828
hooks:
2929
- id: clang-format
3030
types_or: [c++, c, cuda]
3131

3232
# Python linting and formatting
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.15.5
34+
rev: v0.15.6
3535
hooks:
3636
# Run the linter.
3737
- id: ruff-check

manual/sphinx/developer_docs/contributing.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,14 @@ The quickest way to run all the formatters on a PR at once is typically:
224224
225225
This will run all our formatters on files that have changed since ``next``.
226226

227+
The tools can be updated with:
228+
229+
.. code-block:: console
230+
231+
uv lock -U
232+
uv tool run sync-with-uv
233+
234+
227235
Install Pre-Commit Hooks (Optional but recommended)
228236
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
229237

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ maint = [
2424
"ruamel-yaml~=0.19",
2525
"Unidecode~=1.3",
2626
]
27+
28+
[tool.uv.workspace]

0 commit comments

Comments
 (0)