5 lines
138 B
Bash
5 lines
138 B
Bash
#!/bin/bash
|
|
|
|
|
|
pre-commit install --config .githooks/pre-commit-config.yaml
|
|
pre-commit autoupdate --config .githooks/pre-commit-config.yaml |