django-language-server/Justfile
Josh Thomas 0a6e975ca5
Get rid of all transport types and settle on Protobuf (#25)
* Get rid of all transport types and settle on Protobuf

hope i don't regret this

* Update Cargo.toml

* Update agent.py
2024-12-12 16:53:49 -06:00

17 lines
281 B
Makefile

set dotenv-load := true
set unstable := true
mod proto ".just/proto.just"
# List all available commands
[private]
default:
@just --list
clean:
rm -rf target/
# run pre-commit on all files
lint:
@just --fmt
uv run --with pre-commit-uv pre-commit run --all-files