nautobot / pylint-nautobot

Custom Pylint Rules for Nautobot
https://docs.nautobot.com/projects/pylint-nautobot/en/latest/
Other
4 stars 0 forks source link

Check for constance access on import #103

Open gsnider2195 opened 1 week ago

gsnider2195 commented 1 week ago

Environment

Proposed Functionality

New rule to check for get_settings_or_config or get_app_settings_or_config being accessed on module import. These functions access the database so they should only be used after the database is ready.

Use Case