khwilo / django-dev-labs

Experimentation on Django features
MIT License
0 stars 0 forks source link

chore: Configure coding style #2

Closed khwilo closed 3 months ago

khwilo commented 3 months ago

Description

Set up pre-commit hooks for a consistent coding style across the whole project.

Tasks

The pre-commit hook will run on every commit to confirm if the defined coding style is followed. An attempt to format the files is done in case of any inconsistency.