Update git submodules

* Update reno from branch 'master'
  to 166bc6a3dcd416138807e4fb0f1f6cf0e8d88f1c
  - Merge "Refactor Section config to use NamedTuple"
  - Refactor Section config to use NamedTuple
    
    Users configure the sections as a List[List[str]]. That continues
    to be the case.
    
    But now we parse that raw list into a list of a NamedTuple
    called Section. This makes our consuming code, `formatter.py`
    and `linter.py` more clear because we can access the values
    by name, rather than index.
    
    But more importantly, this is a "prefactor" to add support
    for nested headers. In a followup, we will add the field
    'top_level: bool' so that `formatter.py` can know how to
    render the section. This factoring simplifies that
    change.
    
    Change-Id: Ie80a525af61e879dd872079b2b9d0513db40e82d
This commit is contained in:
Zuul 2023-03-23 14:51:52 +00:00 committed by Gerrit Code Review
parent b61384607d
commit f14745e0e0
1 changed files with 1 additions and 1 deletions

2
reno

@ -1 +1 @@
Subproject commit 19d0cece3e96e4110e293fb09134cdac9a09f4e9
Subproject commit 166bc6a3dcd416138807e4fb0f1f6cf0e8d88f1c