File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -119,10 +119,9 @@ plugins:
119119 - https://grpc.github.io/grpc/python/objects.inv
120120 - https://typing-extensions.readthedocs.io/en/stable/objects.inv
121121 # Note this plugin must be loaded after mkdocstrings to be able to use macros
122- # inside docstrings. See the comment in `docs/_scripts/macros.py` for more
123- # details
122+ # inside docstrings.
124123 - macros :
125- module_name : docs/_scripts/macros
124+ modules : ["frequenz.repo.config.mkdocs.mkdocstrings_macros"]
126125 on_undefined : strict
127126 on_error_fail : true
128127 - search
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ disable = [
168168]
169169
170170[tool .pytest .ini_options ]
171+ addopts = " -W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning -vv"
171172testpaths = [" pytests" ]
172173
173174[tool .mypy ]
You can’t perform that action at this time.
0 commit comments