Skip to content

klim-type-foundry/ufoNormalizer-pre-commit-klim

 
 

Repository files navigation

ufoNormalizer-pre-commit

A pre-commit hook for ufoNormalizer.

This uses a fork of ufoNormalizer, specifically for Klim Type Foundry.

Installation

Add this to your .pre-commit-config.yaml:

  - repo: https://github.com/klim-type-foundry/ufoNormalizer-pre-commit-klim
    rev: 1.0.2
    hooks:
      - id: ufonormalizer

If you want to automatically commit the UFOs after normalisation, add --autofix:

  - repo: https://github.com/klim-type-foundry/ufoNormalizer-pre-commit-klim
    rev: 1.0.2
    hooks:
      - id: ufonormalizer
        args: [--autofix]

About

A pre-commit hook for ufoNormalizer.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%