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.
- Host: GitHub
- URL: https://github.com/ivy-llc/lint-hook
- Owner: ivy-llc
- License: apache-2.0
- Created: 2023-05-02T10:31:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T21:55:15.000Z (over 1 year ago)
- Last Synced: 2025-02-15T08:44:41.555Z (8 months ago)
- Language: Python
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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-lintCitation
--------::
@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}
}