File tree Expand file tree Collapse file tree 3 files changed +3
-81
lines changed
Expand file tree Collapse file tree 3 files changed +3
-81
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -121,10 +121,9 @@ plugins:
121121 - https://grpc.github.io/grpc/python/objects.inv
122122 - https://typing-extensions.readthedocs.io/en/stable/objects.inv
123123 # Note this plugin must be loaded after mkdocstrings to be able to use macros
124- # inside docstrings. See the comment in `docs/_scripts/macros.py` for more
125- # details
124+ # inside docstrings.
126125 - macros :
127- module_name : docs/_scripts/macros
126+ modules : ["frequenz.repo.config.mkdocs.mkdocstrings_macros"]
128127 on_undefined : strict
129128 on_error_fail : true
130129 - search
Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ disable = [
155155]
156156
157157[tool .pytest .ini_options ]
158+ addopts = " -W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning -vv"
158159testpaths = [" tests" , " src" ]
159160asyncio_mode = " auto"
160161asyncio_default_fixture_loop_scope = " function"
You can’t perform that action at this time.
0 commit comments