You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't infer uv is used if there's no lockfile but pyproject.toml exists (#1163)
* Don't infer uv is used if there's no lockfile but `pyproject.toml` already exists
* Use explicit case handling in backend checks for `print_how_to_use`
* Add logic to cache the backend inference
Pass tests, various version bumps
* Fix typo
* Rehabilitate `test_pre_commit_used_not_uv` test
* Add more context to `call_subprocess` failures
Don't assume the function will only be called on uv - previously the message said "Failed to run uv subprocess:". Now doesn't do that but gives the full call arguments
* Bump minimum version of uv 0.6.8 -> 0.8.18
This is needed for the feature where uv will allow `[project]` to be missing from a `pyproject.toml` file
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Inspired by an [**R** package of the same name](https://usethis.r-lib.org/index.
34
34
## 🧭 Installation
35
35
36
36
First, it is strongly recommended you [install the uv package manager](https://docs.astral.sh/uv/getting-started/installation/): this is a simple, documented process. If you're already using uv, make sure you're using at least
37
-
version v0.6.8 (run `uv --version` to check, and `uv self update` to upgrade).
37
+
version v0.8.18 (run `uv --version` to check, and `uv self update` to upgrade).
38
38
39
39
You can install usethis directly into the project environment:
Copy file name to clipboardExpand all lines: docs/start/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# 🧭 Installation
2
2
3
3
First, it is strongly recommended you [install the uv package manager](https://docs.astral.sh/uv/getting-started/installation/): this is a simple, documented process. If you're already using uv, make sure you're using at least
4
-
version v0.6.8 (run `uv --version` to check, and `uv self update` to upgrade).
4
+
version v0.8.18 (run `uv --version` to check, and `uv self update` to upgrade).
5
5
6
6
You can install usethis directly into the project environment:
0 commit comments