Skip to content

Commit

Permalink
mypy issue moved to another repo (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
oittaa authored Jan 19, 2022
1 parent 3738f9a commit 3b5d23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibkr_report/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ def calculate_sri_on_file(filename: str) -> str:
return f"sha384-{hash_base64}"


# TODO: mypy 0.930 "BinaryIO" has no attribute "readinto" # pylint: disable=fixme
# https://github.com/python/typeshed/issues/6596
# TODO: mypy "BinaryIO" has no attribute "readinto" # pylint: disable=fixme
# https://github.com/python/mypy/issues/11917
# TODO: pylint "Module 'hashlib' has no '_Hash' member" # pylint: disable=fixme
# https://github.com/PyCQA/pylint/issues/5395
def update_hash(
Expand Down

0 comments on commit 3b5d23c

Please sign in to comment.