flatisfy/hooks/pre-commit

5 lines
62 B
Bash
Executable File

#!/bin/sh
pylint --rcfile=.ci/pylintrc flatisfy
npm run lint