Skip to content

Commit

Permalink
Merge remote-tracking branches 'origin/renovate/mkdocs-material-9.x-l…
Browse files Browse the repository at this point in the history
…ockfile', 'origin/renovate/mkdocstrings-0.x' and 'origin/renovate/pre-commit-mirrors-mypy-1.x' into renovate
  • Loading branch information
rjw57 committed Feb 8, 2025
3 parents 2cb487a + 292c463 + 7a16fde commit 540114b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
additional_dependencies: ["types-requests"]
21 changes: 10 additions & 11 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 @@ black = "^25.0.0"

[tool.poetry.group.doc.dependencies.mkdocstrings]
extras = [ "python" ]
version = "^0.27.0"
version = "^0.28.0"

[tool.pytest.ini_options]
addopts = "--cov --cov-report term --cov-report html"
Expand Down

0 comments on commit 540114b

Please sign in to comment.