diff options
| author | 2020-03-02 10:36:02 -0800 | |
|---|---|---|
| committer | 2020-03-03 19:46:25 -0800 | |
| commit | 3b65766cf8fe095b91556efa49fabffefce5d49e (patch) | |
| tree | 6104ea907c81c1518314d194547ec1cfeac8185e /Pipfile | |
| parent | Add more pre-commit hooks (diff) | |
Use pre-commit in pipenv lint script
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ python_version = "3.8" [scripts] start = "python -m bot" -lint = "python -m flake8" +lint = "pre-commit run --all-files" precommit = "pre-commit install" build = "docker build -t pythondiscord/bot:latest -f Dockerfile ." push = "docker push pythondiscord/bot:latest" |