Skip to content

Commit a653b1b

Browse files
authored
Merge pull request #93 from richlamdev/add-uv-pipx
add uv with pipx
2 parents 0701313 + 5a544c5 commit a653b1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ Additional information for the following roles:
113113
* [glances](https://github.com/nicolargo/glances)
114114
* [pre-commit](https://github.com/pre-commit/pre-commit)
115115
* [pytest](https://github.com/pytest-dev/pytest)
116-
* [ruff](https://github.com/charliermarsh/ruff) (needed for VIM ALE plugin)
116+
* [ruff](https://github.com/astral-sh/ruff) (needed for VIM ALE plugin)
117+
* [uv](https://github.com/astral-sh/uv)
117118
* [yamllint](https://github.com/adrienverge/yamllint) (needed for VIM ALE plugin)
118119
* [yamlfix](https://github.com/lyz-code/yamlfix) (needed for VIM ALE plugin)
119120
* [yamlfmt](https://github.com/google/yamlfmt) (needed for VIM ALE plugin)

roles/base/tasks/dev-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
- pre-commit
4040
- pytest
4141
- ruff
42+
- uv
4243
- yamlfmt
4344
- yamllint
4445
become: false

0 commit comments

Comments
 (0)