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
************* 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: