File tree Expand file tree Collapse file tree 3 files changed +3
-83
lines changed
Expand file tree Collapse file tree 3 files changed +3
-83
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -122,10 +122,9 @@ plugins:
122122 - https://docs.python.org/3/objects.inv
123123 - https://typing-extensions.readthedocs.io/en/stable/objects.inv
124124 # Note this plugin must be loaded after mkdocstrings to be able to use macros
125- # inside docstrings. See the comment in `docs/_scripts/macros.py` for more
126- # details
125+ # inside docstrings.
127126 - macros :
128- module_name : docs/_scripts/macros
127+ modules : ["frequenz.repo.config.mkdocs.mkdocstrings_macros"]
129128 on_undefined : strict
130129 on_error_fail : true
131130 - search
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ disable = [
147147]
148148
149149[tool .pytest .ini_options ]
150+ addopts = " -W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning -vv"
150151testpaths = [" tests" , " src" ]
151152asyncio_mode = " auto"
152153asyncio_default_fixture_loop_scope = " function"
You can’t perform that action at this time.
0 commit comments