File size: 295 Bytes
7235148
 
 
aa4279f
7235148
 
 
1
2
3
4
5
6
7
8
#! /bin/sh

# Run as root, otherwise the container cannot modify the mounted files.
docker run --rm --user root --volume $(pwd):/work tmknom/prettier prettier --log-level warn --write .

# Format Python files using Black
docker run --rm --user root --volume $(pwd):/data cytopia/black:latest .