Skip to content

Commit 7c7accb

Browse files
committed
✨ feat: pre-commit-hook added
1 parent 5281303 commit 7c7accb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Run Django and Celery locally. Use Docker for DB & RabbitMQ only.
7070

7171
```bash
7272
make dev # using Makefile to create development envionment
73+
pre-commit install && pre-commit install --hook-type commit-msg -f
7374
python manage.py runserver # Run Django locally
7475
celery -A taskflow_api worker --loglevel=info # Start Celery
7576
```

0 commit comments

Comments
 (0)