Skip to content

Commit

Permalink
chore(deps): update dependency pyright to v1.1.376
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 14, 2024
1 parent ba1a0a1 commit 4dd7c04
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 34 deletions.
46 changes: 23 additions & 23 deletions poetry.lock

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

17 changes: 6 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "FindMy"
version = "v0.7.3"
version = "v0.7.0"
description = "Everything you need to work with Apple's Find My network!"
authors = ["Mike Almeloo <git@mikealmel.ooo>"]
readme = "README.md"
Expand All @@ -9,17 +9,17 @@ packages = [{ include = "findmy" }]
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
srp = "^1.0.21"
cryptography = ">=42.0.0,<44.0.0"
cryptography = "^43.0.0"
beautifulsoup4 = "^4.12.3"
aiohttp = "^3.9.5"
bleak = "^0.22.2"

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.8.0"
pre-commit = "^3.6.0"
sphinx = "^7.2.6"
sphinx-autoapi = "^3.2.1"
pyright = "^1.1.374"
ruff = "0.5.6"
sphinx-autoapi = "^3.0.0"
pyright = "^1.1.350"
ruff = "0.5.2"

[tool.pyright]
venvPath = "."
Expand Down Expand Up @@ -47,7 +47,6 @@ ignore = [
"D105", # docstrings in magic methods

"S101", # assert statements
"S603", # false-positive subprocess call (https://github.com/astral-sh/ruff/issues/4045)

"PLR2004", # "magic" values >.>
"FBT", # boolean "traps"
Expand All @@ -62,10 +61,6 @@ line-length = 100
"D", # documentation
"INP001", # namespacing
]
"scripts/*" = [
"T201", # use of "print"
"D", # documentation
]

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 4dd7c04

Please sign in to comment.