diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec76cffdf0a3e..50724ef3d99a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,3 +31,7 @@ repos: - id: pydocstyle # Exclude everything in frontends except __init__.py, and func_wrapper.py exclude: 'ivy/functional/(frontends|backends)/(?!.*/func_wrapper\.py$).*(?!__init__\.py$)' + - repo: https://github.com/unifyai/lint-hook + rev: 2ea80bc854c7f74b09620151028579083ff92ec2 + hooks: + - id: ivy-lint