mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-02-28 06:53:12 +08:00
Format and lint with ruff (#1263)
This commit is contained in:
5
Makefile
5
Makefile
@@ -14,8 +14,11 @@ tasks:
|
||||
test:
|
||||
uv run pytest -n auto
|
||||
|
||||
lint:
|
||||
uv run ruff check bookmarks
|
||||
|
||||
format:
|
||||
uv run black bookmarks
|
||||
uv run ruff format bookmarks
|
||||
uv run djlint bookmarks/templates --reformat --quiet --warn
|
||||
npx prettier bookmarks/frontend --write
|
||||
npx prettier bookmarks/styles --write
|
||||
|
||||
Reference in New Issue
Block a user