Files
ophyd_devices/.git_hooks/pre-commit
2022-09-06 16:44:02 +02:00

3 lines
134 B
Plaintext
Executable File

black --line-length=100 $(git diff --cached --name-only --diff-filter=ACM)
git add $(git diff --cached --name-only --diff-filter=ACM)