core/script/scaffold
Ville Skyttä 5e2ba2eb77
Enable some more bandit checks (#30857)
* Enable B108 (hardcoded tmp dir), address findings

* Enable B602 (subprocess popen with shell), address findings

* Enable B604 (start process with shell), address findings

* Enable B306 (mktemp), B307 (eval), and B325 (tempnam), no issues to address
2020-01-20 18:44:55 +02:00
..
templates Update config flow test scaffolding (#30694) 2020-01-13 15:20:25 +01:00
__init__.py
__main__.py Enable some more bandit checks (#30857) 2020-01-20 18:44:55 +02:00
const.py
docs.py Sort imports according to PEP8 for 'script' folder (#29790) 2019-12-09 16:24:03 +01:00
error.py
gather_info.py Sort imports according to PEP8 for 'script' folder (#29790) 2019-12-09 16:24:03 +01:00
generate.py Fix condition typo (#29989) 2019-12-16 09:33:11 +01:00
model.py Add OAuth2 config flow scaffold (#28220) 2019-10-29 20:34:03 -07:00