networktocode/ntc-netbox-plugin-onboarding

Update Pylint

nniehoff opened this issue · 0 comments

Environment

  • Python version: 3.7.9
  • NetBox version: 2.9.9
  • ntc-netbox-plugin-onboarding version: develop (after PR #114)

Steps to Reproduce

  1. Remove pylint overrides for:
    raise-missing-from,
    super-with-arguments
  2. Run pylint

Expected Behavior

Tests should pass

Observed Behavior

Pylint fails