1 Star 0 Fork 6

iii80/integration

forked from hacs-china/integration 
加入 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 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/iii80/integration.git
git@gitee.com:iii80/integration.git
iii80
integration
integration
china

搜索帮助

D67c1975 1850385 1daf7b77 1850385