Skip to content

Commit

Permalink
Merge pull request #383 from toolsforexperiments/dependabot/pip/mypy-…
Browse files Browse the repository at this point in the history
…1.1.1

Bump mypy from 1.0.1 to 1.1.1
  • Loading branch information
jenshnielsen committed Mar 7, 2023
2 parents 262d2bc + 05465c1 commit 0dfb214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plottr/node/autonode.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(self, name: str):
AutoNode_.__name__ = nodeName
AutoNode_.nodeName = nodeName
AutoNode_.nodeOptions = options
AutoNode_.process = func # type: ignore[assignment]
AutoNode_.process = func # type: ignore[method-assign]

return AutoNode_

Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
qcodes
pytest
pytest-qt
mypy==1.0.1
mypy==1.1.1
PyQt5-stubs==5.15.6.0
pandas-stubs
watchdog

0 comments on commit 0dfb214

Please sign in to comment.