1 Star 0 Fork 1

jbf034/hacs-china

forked from 天天轻松/hacs-china 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joakim Sørensen 提交于 2021-08-27 17:15 . Update linting rules (#2179)
[tool.black]
line-length = 100
target-version = ['py38']
exclude = 'generated'
[tool.isort]
# https://github.com/PyCQA/isort/wiki/isort-Settings
profile = "black"
# will group `import x` and `from x import` of the same module.
force_sort_within_sections = true
known_first_party = [
"custom_components",
"tests",
]
forced_separate = [
"tests",
]
combine_as_imports = true
[tool.pytest.ini_options]
addopts = "-rxf -x -v -l --cov=./ --cov-report=xml"
filterwarnings = [
"ignore::DeprecationWarning",
]
testpaths = [
"tests",
]
python_files = [
"test_*.py",
]
norecursedirs = [
".git",
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jbf034/hacs-china.git
git@gitee.com:jbf034/hacs-china.git
jbf034
hacs-china
hacs-china
china

搜索帮助