1 Star 0 Fork 0

aubo-robotics/pybind11

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github
docs
include/pybind11
pybind11
tests
tools
.appveyor.yml
.clang-format
.clang-tidy
.cmake-format.yaml
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CMakeLists.txt
LICENSE
MANIFEST.in
README.rst
noxfile.py
pyproject.toml
setup.cfg
setup.py
克隆/下载
pyproject.toml 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
[build-system]
requires = ["setuptools>=42", "cmake>=3.18", "ninja"]
build-backend = "setuptools.build_meta"
[tool.check-manifest]
ignore = [
"tests/**",
"docs/**",
"tools/**",
"include/**",
".*",
"pybind11/include/**",
"pybind11/share/**",
"CMakeLists.txt",
"noxfile.py",
]
[tool.isort]
# Needs the compiled .so modules and env.py from tests
known_first_party = "env,pybind11_cross_module_tests,pybind11_tests,"
# For black compatibility
profile = "black"
[tool.mypy]
files = ["pybind11"]
python_version = "3.6"
warn_unused_configs = true
strict = true
[[tool.mypy.overrides]]
module = ["ghapi.*", "setuptools.*"]
ignore_missing_imports = true
[tool.pytest.ini_options]
minversion = "6.0"
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
xfail_strict = true
filterwarnings = ["error"]
log_cli_level = "info"
testpaths = [
"tests",
]
timeout=300
[tool.pylint]
master.py-version = "3.6"
reports.output-format = "colorized"
messages_control.disable = [
"design",
"fixme",
"imports",
"line-too-long",
"imports",
"invalid-name",
"protected-access",
"missing-module-docstring",
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aubo-robotics/pybind11.git
git@gitee.com:aubo-robotics/pybind11.git
aubo-robotics
pybind11
pybind11
master

搜索帮助