mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
update devcontainer
This commit is contained in:
parent
7346fd18d0
commit
be67f7e9ce
@ -51,9 +51,12 @@
|
||||
"python.linting.pycodestylePath": "/opt/netbox/venv/bin/pycodestyle",
|
||||
"python.linting.pydocstylePath": "/opt/netbox/venv/bin/pydocstyle",
|
||||
"python.linting.pylintArgs": [
|
||||
"--load-plugins",
|
||||
"pylint_django",
|
||||
"--errors-only",
|
||||
"--load-plugins=pylint_django",
|
||||
"--django-settings-module=/opt/netbox/netbox/netbox/netbox.settings",
|
||||
"--enable=W0602,W0611,W0612,W0613,W0614",
|
||||
"--load-plugins=pylint_django"
|
||||
"--enable=W0602,W0611,W0612,W0613,W0614"
|
||||
],
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.pylintPath": "/opt/netbox/venv/bin/pylint",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user