Skip to content

Commit

Permalink
Merge pull request #749 from onekey-sec/update-pyright
Browse files Browse the repository at this point in the history
chore(deps): upgrade pyright to 1.1.349
  • Loading branch information
qkaiser authored Feb 5, 2024
2 parents 4493f7e + 2483ff4 commit 075dd14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ optional = true

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.4"
pyright = "^1.1.347"
pyright = "^1.1.349"
pre-commit = "^3.5.0"
pytest-cov = "^3.0.0"
ruff = ">=0.1.13,<0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion unblob/handlers/compression/_gzip_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from ...file_utils import DEFAULT_BUFSIZE

# pyright: reportGeneralTypeIssues=false
# pyright: reportAttributeAccessIssue=false


class SingleMemberGzipReader(gzip._GzipReader): # noqa: SLF001
Expand Down

0 comments on commit 075dd14

Please sign in to comment.