File size: 85 Bytes
365d2be
 
 
 
 
 
1
2
3
4
5
6
7
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# npm test
ruff . --fix
black .