5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
pip3 install --user pre-commit
|
|
pre-commit run --all-files --show-diff-on-failure
|