Skip to content

Commit

Permalink
build: upgrade mkdocstrings-python from 0.7.1 to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneisdoomed committed Oct 16, 2023
1 parent 33019d6 commit 5f74151
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: python-check-blanket-noqa

- repo: https://github.com/hadialqattan/pycln
rev: v2.2.2
rev: v2.3.0
hooks:
- id: pycln
args: [--all]
Expand Down Expand Up @@ -57,7 +57,7 @@ repos:
stages: [commit-msg]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.5.1'
rev: 'v1.6.0'
hooks:
- id: mypy

Expand Down
14 changes: 7 additions & 7 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 @@ -34,7 +34,7 @@ ruff = "^0.0.287"

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.4.0"
mkdocstrings-python = "^0.7.1"
mkdocstrings-python = "^1.7.3"
mkdocs-material = "*"
mkdocs-section-index = "^0.3.4"
mkdocs-git-revision-date-localized-plugin = "^1.1.0"
Expand Down

0 comments on commit 5f74151

Please sign in to comment.