You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: