mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-06 18:30:35 +00:00
14 lines
254 B
Makefile
14 lines
254 B
Makefile
set dotenv-load := true
|
|
set unstable := true
|
|
|
|
mod proto ".just/proto.just"
|
|
|
|
# List all available commands
|
|
[private]
|
|
default:
|
|
@just --list
|
|
|
|
# run pre-commit on all files
|
|
lint:
|
|
@just --fmt
|
|
uv run --with pre-commit-uv pre-commit run --all-files
|