File tree Expand file tree Collapse file tree 3 files changed +5
-83
lines changed Expand file tree Collapse file tree 3 files changed +5
-83
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -118,10 +118,9 @@ plugins:
118118 - https://frequenz-floss.github.io/frequenz-api-common/v0.3/objects.inv
119119 - https://grpc.github.io/grpc/python/objects.inv
120120 # Note this plugin must be loaded after mkdocstrings to be able to use macros
121- # inside docstrings. See the comment in `docs/_scripts/macros.py` for more
122- # details
121+ # inside docstrings.
123122 - macros :
124- module_name : docs/_scripts/macros
123+ modules : ["frequenz.repo.config.mkdocs.mkdocstrings_macros"]
125124 on_undefined : strict
126125 on_error_fail : true
127126 - search
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ dev-mkdocs = [
6464 " mkdocs-literate-nav == 0.6.1" ,
6565 " mkdocs-macros-plugin == 1.3.7" ,
6666 " mkdocs-material == 9.5.47" ,
67- " mkdocstrings[python] == 0.27 .0" ,
68- " mkdocstrings-python == 1.12.2 " ,
67+ " mkdocstrings[python] == 0.28 .0" ,
68+ " mkdocstrings-python == 1.14.6 " ,
6969 " frequenz-repo-config[lib] == 0.13.0" ,
7070]
7171dev-mypy = [
@@ -163,6 +163,7 @@ disable = [
163163]
164164
165165[tool .pytest .ini_options ]
166+ addopts = " -W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning -vv"
166167testpaths = [" tests" , " src" ]
167168asyncio_mode = " auto"
168169required_plugins = [" pytest-asyncio" , " pytest-mock" ]
You can’t perform that action at this time.
0 commit comments