Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.28 KB

README.rst

File metadata and controls

45 lines (33 loc) · 1.28 KB

https://github.com/unifyai/unifyai.github.io/blob/main/img/externally_linked/logo_dark.png?raw=true#gh-dark-mode-only

https://github.com/unifyai/unifyai.github.io/blob/main/img/externally_linked/logo.png?raw=true#gh-light-mode-only



Ivy custom pre-commit hook

This repo has a collection of pre-commit hooks that are custom to Ivy.

Installation

To install the pre-commit hooks, add this to your .pre-commit-config.yaml:

- repos:
    - repo: https://github.com/unifyai/lint-hook
        rev: main
        hooks:
        - id: ivy-lint

Citation

@article{lenton2021ivy,
  title={Ivy: Templated deep learning for inter-framework portability},
  author={Lenton, Daniel and Pardo, Fabio and Falck, Fabian and James, Stephen and Clark, Ronald},
  journal={arXiv preprint arXiv:2102.02886},
  year={2021}
}