index
:
srtfilter
main
[no description]
nobody
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Justfile
blob: 5c62e93122d7eebc219f894521afca984ee0989c (
plain
)
1
2
3
4
5
6
7
check
:
typecheck
lint
typecheck
:
pyright
lint
:
black
--
check
*.
py