Skip to content

Commit

Permalink
feat!: change MIR representation to protobuf (#67)
Browse files Browse the repository at this point in the history
feat: change MIR representation to protobuf

---------

Co-authored-by: Jmgr <[email protected]>
  • Loading branch information
lumasepa and Jmgr authored Jan 14, 2025
1 parent fceba8c commit 96ef21b
Show file tree
Hide file tree
Showing 34 changed files with 2,044 additions and 1,463 deletions.
3 changes: 1 addition & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,7 @@ timeout-methods=requests.api.delete,requests.api.get,requests.api.head,requests.

# List of note tags to take in consideration, separated by a comma.
notes=FIXME,
XXX,
TODO
XXX

# Regular expression of note tags to take in consideration.
notes-rgx=
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test-dependencies:
pip install .'[test]'

test: test-dependencies
pytest
uv run pytest

# Build protocol buffers definitions.
build_proto:
Expand Down
Loading

0 comments on commit 96ef21b

Please sign in to comment.