4 lines
124 B
Bash
Executable File
4 lines
124 B
Bash
Executable File
#! /bin/bash
|
|
uv run ruff check
|
|
uv run ruff format --check
|
|
uv run pylint custom_components --allow-reexport-from-package true |