Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
hg-misc-tools
Commits
e29cc2cf
Commit
e29cc2cf
authored
Apr 21, 2026
by
one
Browse files
Update uv index
parent
99d8079a
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
642 additions
and
132 deletions
+642
-132
projects/hytop/Makefile
projects/hytop/Makefile
+2
-2
projects/hytop/pyproject.toml
projects/hytop/pyproject.toml
+11
-1
projects/hytop/uv.lock
projects/hytop/uv.lock
+629
-129
No files found.
projects/hytop/Makefile
View file @
e29cc2cf
...
@@ -14,7 +14,7 @@ setup:
...
@@ -14,7 +14,7 @@ setup:
@
echo
">> Initializing virtual environment and installing dependencies..."
@
echo
">> Initializing virtual environment and installing dependencies..."
uv
sync
--group
dev
uv
sync
--group
dev
@
echo
">> Installing pre-commit git hooks..."
@
echo
">> Installing pre-commit git hooks..."
uv
x
pre-commit
install
uv
run
--group
dev
pre-commit
install
format
:
format
:
uv run ruff check
--fix
src/ tests/
uv run ruff check
--fix
src/ tests/
...
@@ -33,7 +33,7 @@ clean:
...
@@ -33,7 +33,7 @@ clean:
find src tests
-type
d
-name
"__pycache__"
-delete
find src tests
-type
d
-name
"__pycache__"
-delete
bump
:
bump
:
uv
x
bump-my-version bump
$(part)
uv
run
--group
dev
bump-my-version bump
$(part)
build
:
build
:
uv build
uv build
projects/hytop/pyproject.toml
View file @
e29cc2cf
...
@@ -32,7 +32,17 @@ Issues = "https://github.com/alephpiece/hg-misc-tools/issues"
...
@@ -32,7 +32,17 @@ Issues = "https://github.com/alephpiece/hg-misc-tools/issues"
hytop
=
"hytop.main:main"
hytop
=
"hytop.main:main"
[dependency-groups]
[dependency-groups]
dev
=
[
"pytest>=8"
,
"ruff>=0.15"
]
dev
=
[
"bump-my-version>=1"
,
"pre-commit>=4"
,
"pytest>=8"
,
"ruff>=0.15"
,
]
[[tool.uv.index]]
name
=
"tuna"
url
=
"https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
default
=
true
[tool.hatch.version]
[tool.hatch.version]
path
=
"src/hytop/__init__.py"
path
=
"src/hytop/__init__.py"
...
...
projects/hytop/uv.lock
View file @
e29cc2cf
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment