yamlfixer icon indicating copy to clipboard operation
yamlfixer copied to clipboard

Support pre-commit

Open DingGGu opened this issue 1 year ago • 2 comments

Add .pre-commit-hooks for Support pre-commit

Example pre-commit configuration

# .pre-commit-config.yaml
repos:
- repo: https://github.com/opt-nc/yamlfixer
  rev: main
  hooks:
  - id: yamlfixer

DingGGu avatar Sep 20 '23 08:09 DingGGu