Skip to content

Commit

Permalink
working linter
Browse files Browse the repository at this point in the history
  • Loading branch information
he11owthere authored Dec 8, 2023
1 parent a81593d commit 7cfaa19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ repos:
language_version: python3
args:
- "--preview"
exclude: >
(?x)
(
ivy/functional/frontends/(?!.*(?:config\.py|__init__\.py)$).* |
ivy_tests/test_ivy/(?!.*(?:__init__\.py|conftest\.py|helpers/.*|test_frontends/config/.*$)).*
)
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
hooks:
Expand All @@ -33,6 +39,6 @@ repos:
# 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: aac2ec5dcaa91a72c8b74e610ed50929c2c36216
rev: a72ffb17562d919311653d7f593cb537d1245c19
hooks:
- id: ivy-lint

0 comments on commit 7cfaa19

Please sign in to comment.