1 Star 0 Fork 0

qiulin / materialize

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
# Copyright Materialize, Inc. and contributors. All rights reserved.
#
# Use of this software is governed by the Business Source License
# included in the LICENSE file at the root of this repository.
#
# As of the Change Date specified in that file, in accordance with
# the Business Source License, use of this software will be governed
# by the Apache License, Version 2.0.
[tool.black]
target_version = ["py38"]
[tool.isort]
extend_skip = ["target"]
known_first_party = ["materialize"]
profile = "black"
py_version = "38"
[tool.mypy]
# Basic mypy configuration.
error_summary = false
exclude = "/venv/"
explicit_package_bases = true
namespace_packages = true
pretty = true
python_version = "3.9"
# Lint rules.
allow_redefinition = true
disallow_incomplete_defs = true
disallow_subclassing_any = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
no_implicit_optional = true
strict_equality = true
warn_unused_configs = true
warn_redundant_casts = true
warn_unused_ignores = true
warn_return_any = true
warn_unreachable = true
1
https://gitee.com/qiulin/materialize.git
git@gitee.com:qiulin/materialize.git
qiulin
materialize
materialize
main

搜索帮助