Added proper agents config for mcp servers and skills.
Added the menu category delete route. Fix: Show blank vouchers in tables Fix: In rare cases, the old settements can stick around. fixed it.
This commit is contained in:
10
lint.sh
10
lint.sh
@ -9,8 +9,8 @@ npx prettier --write src/app
|
||||
npx ng lint --fix
|
||||
|
||||
cd "$parent_path/barker" || exit
|
||||
ruff format .
|
||||
ruff check --fix .
|
||||
bandit --recursive barker
|
||||
bandit --recursive .
|
||||
safety check
|
||||
uv run ruff format .
|
||||
uv run ruff check .
|
||||
uv run bandit --recursive barker
|
||||
uv run bandit --recursive .
|
||||
uv run safety check
|
||||
|
||||
Reference in New Issue
Block a user