代码拉取完成,页面将自动刷新
[metadata]
name = CLinters
version = 1.3.5
description = pre-commit hooks for C linters
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pocc/pre-commit-hooks
author = Ross Jacobs
author_email = rj@swit.sh
license = Apache2
license_file = LICENSE
classifiers =
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
packages = find:
# Follows pre-commit minimums
python_requires = >=3.6.1
[options.entry_points]
console_scripts =
clang-format-hook = hooks.clang_format:main
clang-tidy-hook = hooks.clang_tidy:main
oclint-hook = hooks.oclint:main
uncrustify-hook = hooks.uncrustify:main
cppcheck-hook = hooks.cppcheck:main
cpplint-hook = hooks.cpplint:main
include-what-you-use-hook = hooks.include_what_you_use:main
[options.packages.find]
exclude =
tests*
[bdist_wheel]
universal = True
[coverage:run]
[mypy]
check_untyped_defs = true
disallow_any_generics = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
no_implicit_optional = true
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。