Skip to content

Commit c09473c

Browse files
committed
chore(deps): upgrade pyright to 1.1.349
1 parent 555d6fa commit c09473c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ unblob-native = "^0.1.1"
3030
jefferson = "^0.4.5"
3131
rich = "^13.3.5"
3232
pyfatfs = "^1.0.5"
33+
pyright = "1.1.349"
3334

3435
[tool.poetry.group.dev]
3536
optional = true

unblob/handlers/compression/_gzip_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from ...file_utils import DEFAULT_BUFSIZE
55

6-
# pyright: reportGeneralTypeIssues=false
6+
# pyright: reportAttributeAccessIssue=false
77

88

99
class SingleMemberGzipReader(gzip._GzipReader): # noqa: SLF001

0 commit comments

Comments
 (0)