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 @@ -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 @@ -166,6 +166,7 @@ disable = [
166166]
167167
168168[tool .pytest .ini_options ]
169+ addopts = " -W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning -vv"
169170testpaths = [" pytests" ]
170171
171172[tool .mypy ]
You can’t perform that action at this time.
0 commit comments