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 @@ -164,6 +164,7 @@ disable = [
164164]
165165
166166[tool .pytest .ini_options ]
167+ addopts  = " -W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning -vv" 
167168testpaths  = [" tests" " src" 
168169asyncio_mode  = " auto" 
169170asyncio_default_fixture_loop_scope  = " function" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments