An open API service indexing awesome lists of open source software.

https://github.com/ivy-llc/lint-hook

Linting checker and formatter for ivy coding and docstring styles.
https://github.com/ivy-llc/lint-hook

Last synced: 6 months ago
JSON representation

Linting checker and formatter for ivy coding and docstring styles.

Awesome Lists containing this project

README

          

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

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

.. raw:: html







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`:

.. code-block:: 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}
}