Skip to content

Commit

Permalink
Pre-commit enable
Browse files Browse the repository at this point in the history
  • Loading branch information
neNasko1 committed Nov 18, 2024
1 parent 07f9676 commit df0bee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate_opset.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ def main(

if pre_commit_hooks:
print("Running pre-commit hooks to format & verify...")
if False and run_pre_commit_hooks(str(path)).returncode:
if run_pre_commit_hooks(str(path)).returncode:
print("Running second pass of pre-commit hooks...")
if run_pre_commit_hooks(str(path)).returncode:
raise RuntimeError(
Expand Down

0 comments on commit df0bee9

Please sign in to comment.