Switch to the newer uv package manager (#114)
This commit is contained in:
committed by
Christiaan Goossens
parent
11b29f2f3b
commit
17a96da715
4
scripts/check
Executable file
4
scripts/check
Executable file
@@ -0,0 +1,4 @@
|
||||
#! /bin/bash
|
||||
uv run ruff check
|
||||
uv run ruff format --check
|
||||
uv run pylint custom_components
|
||||
3
scripts/fix
Executable file
3
scripts/fix
Executable file
@@ -0,0 +1,3 @@
|
||||
#! /bin/bash
|
||||
uv run ruff check --fix
|
||||
uv run ruff format
|
||||
2
scripts/sync
Executable file
2
scripts/sync
Executable file
@@ -0,0 +1,2 @@
|
||||
#! /bin/bash
|
||||
uv sync --locked
|
||||
Reference in New Issue
Block a user