Skip to content

Commit

Permalink
Update dependency mypy to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent f69c24d commit 5de4e33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 42 deletions.
40 changes: 2 additions & 38 deletions poetry.lock

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

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ redis = {version = "^4.3", optional = true}
[tool.poetry.extras]
redis = ["redis"]

[tool.poetry.group.dev.dependencies]
[tool.poetry.dev-dependencies]
pytest = "*"
pyyaml = "*"
black = "*"
Expand All @@ -47,8 +47,6 @@ toml = "*"
types-toml = "*"
types-redis = "*"
pytest-redis = "^2.4.0"
types-requests = "^2.28.11.15"
types-python-slugify = "^8.0.0.1"

[tool.black]
line-length = 120
Expand Down Expand Up @@ -103,7 +101,6 @@ testpaths = [

[tool.mypy]
warn_unused_configs = true
disallow_untyped_defs = true
ignore_missing_imports = true

[build-system]
Expand Down

0 comments on commit 5de4e33

Please sign in to comment.