We have added linter checks on pre-commit hooks, which assist in catching issues before committing code. However, relying solely on pre-commit hooks does not guarantee that developers have used them consistently. To further enhance our code quality and maintain consistency across the codebase, we need to incorporate an automated linter check using Github Actions.
We have added linter checks on pre-commit hooks, which assist in catching issues before committing code. However, relying solely on pre-commit hooks does not guarantee that developers have used them consistently. To further enhance our code quality and maintain consistency across the codebase, we need to incorporate an automated linter check using Github Actions.
Reference: Django: https://github.com/django/django/blob/main/.github/workflows/linters.yml