nautobot / cookiecutter-nautobot-app

Cookiecutter template for creating new Nautobot Apps.
https://docs.nautobot.com/projects/cookiecutter-nautobot-app/en/latest/
Apache License 2.0
14 stars 5 forks source link

Enable the pylint-django migrations plugin #179

Open gsnider2195 opened 3 days ago

gsnider2195 commented 3 days ago

https://github.com/pylint-dev/pylint-django?tab=readme-ov-file#additional-plugins

bryanculver commented 20 hours ago

Justification: this would have caught the open issues we have in many of our Apps repos (such as: https://github.com/nautobot/nautobot-app-golden-config/issues/738) that call out missing reverse migrations.

The default value one is good too.