Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding rule for checking if help texts exist in Django Management Command #113

Open
dharmagetic opened this issue May 5, 2023 · 0 comments

Comments

@dharmagetic
Copy link

Hi there!
Thank you for this great flake8 plugin. It rocks!

I'm going to add some rules for help texts in Django Management Commands

  • Rule for if help_text class attribute is presented in subclassses of django.core.management.Base
  • Rule for if help argument is presented in callings of methods like parser.add_argument (in add_arguments(self, parser) method of BaseCommand)

Are you interested in addin such functionality into this project ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant