Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Oct 14, 2024
1 parent 3b766ca commit d9afe1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
*.{py,yaml,yml,sh} text eol=lf
*.bat text eol=crlf

src/spox/opset/** linguist-vendored# GitHub syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true
src/spox/opset/** linguist-vendored
1 change: 0 additions & 1 deletion tools/generate_opset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ set -eux
pip install .
pre-commit install
python tools/generate_opset.py
cat $(git diff)
git diff --exit-code

0 comments on commit d9afe1d

Please sign in to comment.