首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏夏天爱西瓜

    Python代码规范检测

    pre-commit 官网: https://pre-commit.com/ 介绍: 使用git的话,可以使用pre-commit钩子,在调用git commit 命令时会自动执行脚本进行检测,若代码出错

    1.8K20发布于 2020-09-07
  • 来自专栏FreeBuf

    如何使用Talisman检测Git代码库中是否遗留有令牌凭证等敏感信息

    git-init#_template_directory https://github.com/thoughtworks/talisman#handling-existing-hooks https://pre-commit.com

    1.4K40编辑于 2022-04-12
  • 来自专栏数据科学(冷冻工厂)

    保姆教程:构建与发布Python包

    下面是我的.pre-commit-config.yaml文件的样子: # See https://pre-commit.com for more information # See https://pre-commit.com

    1.8K30编辑于 2023-02-27
  • 来自专栏用户2910674的专栏

    怎么才能写出好看的Python代码?这五个工具你得用上

    trailing-whitespace - repo: https://github.com/psf/black rev: 21.12b0 hooks: - id: black 更多配置介绍可以查看@pre-commit.com

    72810编辑于 2022-04-07
  • 来自专栏HelloGitHub

    如何建立一个完美的 Python 项目

    /latest/cheat_sheet_py3.html [8] pytest: https://docs.pytest.org/en/latest/ [9] pre-commit: https://pre-commit.com

    2.1K40发布于 2021-05-14
  • 来自专栏持续集成

    C/C++ 项目必读:代码格式化和静态分析检查的一站式工作流 Cpp Linter

    cpp-linter-hooks [14] cpp-linter-hooks: https://github.com/cpp-linter/cpp-linter-hooks [15] pre-commit: https://pre-commit.com

    2.2K20编辑于 2022-11-30
  • 来自专栏网络安全技术点滴分享

    内部网络GitLab审计:公开项目的安全风险与自动化检测

    gitlab-workflow.yamlhttps://github.com/praetorian-inc/noseyparkerhttps://github.com/punk-security/secret-magpiehttps://pre-commit.com

    41810编辑于 2025-08-29
  • 来自专栏jiajia_deng

    量化你团队的代码质量

    100736498 clang-tidy:https://hokein.github.io/clang-tools-tutorial/clang-tidy.html pre-commit:https://pre-commit.com

    2.4K30编辑于 2023-10-21
  • 来自专栏数据STUDIO

    可维护的Python代码库的7条规则

    black.readthedocs.io/en/stable/index.html [8] isort: https://pycqa.github.io/isort/ [9] 预提交: https://pre-commit.com

    78730编辑于 2023-09-04
领券