************* Module nautobot_dev_example.filters
nautobot_dev_example/filters.py:17:17: E4271: Use `fields = '__all__'` instead of specifying each field individually. (nb-use-fields-all)
************* Module nautobot_dev_example.forms
nautobot_dev_example/forms.py:21:17: E4271: Use `fields = '__all__'` instead of specifying each field individually. (nb-use-fields-all)
Expected Behavior
Running pylint on freshly baked cookie passes.
Steps to Reproduce
Bake a new repo with Nautobot-app-v2.3.2
Specify model creation when baking
Run poetry lock and inv pylint.
The cookie needs to be updated to follow pylint-nautobot standards.
Environment
Observed Behavior
Expected Behavior
Running pylint on freshly baked cookie passes.
Steps to Reproduce
The cookie needs to be updated to follow pylint-nautobot standards.