Skip to content

Commit

Permalink
Merge pull request #2430 from python-trio/dependabot/pip/mypy-0.981
Browse files Browse the repository at this point in the history
Bump mypy from 0.971 to 0.981
  • Loading branch information
pquentin authored Sep 27, 2022
2 parents af66bcf + 23d12bd commit 7a6d4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mccabe==0.6.1
# via
# flake8
# pylint
mypy==0.971 ; implementation_name == "cpython"
mypy==0.981 ; implementation_name == "cpython"
# via -r test-requirements.in
mypy-extensions==0.4.3 ; implementation_name == "cpython"
# via
Expand Down
2 changes: 1 addition & 1 deletion trio/_core/_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def shield(self):
"""
return self._shield

@shield.setter # type: ignore # "decorated property not supported"
@shield.setter
@enable_ki_protection
def shield(self, new_value):
if not isinstance(new_value, bool):
Expand Down

0 comments on commit 7a6d4b5

Please sign in to comment.