Whitelist pk and ip in pylint

This commit is contained in:
Andreas Zweili 2023-08-28 17:33:00 +02:00
parent 99bf6a1f58
commit d238371a5c
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ max-line-length = 88
load-plugins = [
"pylint_django",
]
good-names = [
"pk",
"ip",
]
[tool.poetry]
name = "network_inventory"