1 Star 0 Fork 0

我在天外/hass-node-red

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 668 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jason 提交于 2021-11-22 03:34 . ci: Update github actions and pre-commit
repos:
- repo: https://github.com/psf/black
rev: 21.11b1
hooks:
- id: black
args:
- --safe
- --quiet
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies:
- flake8-docstrings==1.6.0
- pydocstyle==6.1.1
- repo: https://github.com/Lucas-C/pre-commit-hooks-bandit
rev: v1.0.5
hooks:
- id: python-bandit-vulnerability-check
args: [-l, --recursive, custom_components/nodered]
files: .py$
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.9.3
hooks:
- id: isort
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/im-in-tianwai/hass-node-red.git
git@gitee.com:im-in-tianwai/hass-node-red.git
im-in-tianwai
hass-node-red
hass-node-red
main

搜索帮助