Skip to content

Commit

Permalink
Merge branch 'main' into xiaowu/addConvBackward
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowuhu authored Jul 5, 2024
2 parents 7d75dc4 + 08c8307 commit 4455dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion onnxscript/ir/_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ class TypeProtocol(Protocol):
elem_type: TypeProtocol | _enums.DataType
dtype: _enums.DataType

def __eq__(self, __value: object) -> bool: ...
def __eq__(self, value: object, /) -> bool: ...


@typing.runtime_checkable
Expand Down
2 changes: 1 addition & 1 deletion requirements/lintrunner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is auto updated by dependabot
lintrunner-adapters>=0.8.0
# RUFF, RUFF-FIX
ruff==0.4.7
ruff==0.5.0
# MYPY
mypy==1.10.0
types-PyYAML==6.0.12.11
Expand Down

0 comments on commit 4455dd3

Please sign in to comment.