1 Star 0 Fork 0

mamang/pre-commit-hooks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
Ross Jacobs 提交于 2021-12-23 19:17 +08:00 . Rewrite, fixes issue#43
[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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/btcong/pre-commit-hooks.git
git@gitee.com:btcong/pre-commit-hooks.git
btcong
pre-commit-hooks
pre-commit-hooks
master

搜索帮助