Skip to content

Add real case tests workflow #82

Open
@shenxianpeng

Description

@shenxianpeng

For example:

git clone git@github.com:python/cpython.git

add replace existing .pre-commit-config.yaml to this hooks like

repos:
  - repo: https://github.com/cpp-linter/cpp-linter-hooks
    rev: v0.8.1  # Use the tag or commit you want
    hooks:
      - id: clang-format
        args: [--style=Google, --version=20] # Other coding style: LLVM, GNU, Chromium, Microsoft, Mozilla, WebKit.

Then run pre-commit run --all-files command to format the entire codebase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions