Skip to content
Snippets Groups Projects
Verified Commit 5201c153 authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

build(pypi): add bandit and types-requests

also, enable bandit and pylint in vscode
parent f48b6bbb
No related branches found
No related tags found
1 merge request!6Resolve "update dev environment and readme"
{ {
"python.formatting.provider": "autopep8", "python.formatting.provider": "autopep8",
"python.pythonPath": "venv/bin/python", "python.pythonPath": "venv/bin/python",
"python.linting.enabled": true "python.linting.enabled": true,
} "python.linting.banditEnabled": true,
\ No newline at end of file "python.linting.pylintEnabled": true,
"python.linting.mypyEnabled": false,
}
autopep8==1.5.7 autopep8==1.5.7
bandit==1.7.0
commitizen==2.20.0 commitizen==2.20.0
mypy==0.910 mypy==0.910
pre-commit==2.15.0 pre-commit==2.15.0
pylint==2.11.1 pylint==2.11.1
rstcheck==3.3.1 rstcheck==3.3.1
types-requests==2.25.11
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment