You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# See https://pre-commit.com/hooks.html for more hooks
exclude: "RV12/.*" # original src code shouldn't be changed
repos:
- repo: local
hooks:
- id: verible-lint
name: Verible verilog format
entry: verible-verilog-lint
language: system # this is important: it means that pre-commit assumes that the binary is available in the system. That's why we installed in the pre-commit action