Skip to content

Commit

Permalink
refactor: Update for griffe 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Nov 28, 2021
1 parent c270d68 commit 831aabb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"griffe~=0.3",
"-e ../griffe",
"griffe~=0.4",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion src/mkdocstrings/handlers/python/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
griffe_logger.get_logger = get_logger # patch logger to blend in MkDocs logs
from griffe.collections import LinesCollection, ModulesCollection # noqa: E402
from griffe.docstrings.parsers import Parser # noqa: E402
from griffe.extensions import load_extensions # noqa: E402
from griffe.agents.extensions import load_extensions # noqa: E402
from griffe.loader import GriffeLoader # noqa: E402

logger = get_logger(__name__)
Expand Down

0 comments on commit 831aabb

Please sign in to comment.