File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 44
44
"python.linting.banditPath" : " /opt/netbox/venv/bin/bandit" ,
45
45
"python.linting.enabled" : true ,
46
46
"python.linting.flake8Path" : " /opt/netbox/venv/bin/flake8" ,
47
+ "python.linting.flake8Args" : [
48
+ " --max-line-length=160" ,
49
+ " --ignore=E203"
50
+ ],
47
51
"python.linting.mypyPath" : " //opt/netbox/venv/bin/mypy" ,
48
52
"python.linting.pycodestylePath" : " /opt/netbox/venv/bin/pycodestyle" ,
49
53
"python.linting.pydocstylePath" : " /opt/netbox/venv/bin/pydocstyle" ,
57
61
],
58
62
"python.linting.pylintEnabled" : true ,
59
63
"python.linting.pylintPath" : " /opt/netbox/venv/bin/pylint" ,
64
+ "python.linting.lintOnSave" : true ,
60
65
"python.pythonPath" : " /opt/netbox/venv/bin/python3" ,
61
66
"python.terminal.activateEnvironment" : true ,
62
67
"python.venvPath" : " /opt/netbox/" ,
You can’t perform that action at this time.
0 commit comments