Merging upstream version 1.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
50f8dbf7e8
commit
2044ea6182
196 changed files with 10121 additions and 3780 deletions
2
.github/generate_release.py
vendored
2
.github/generate_release.py
vendored
|
@ -30,7 +30,7 @@ class SafeDumper(yaml.SafeDumper):
|
|||
https://github.com/yaml/pyyaml/issues/234#issuecomment-765894586.
|
||||
"""
|
||||
|
||||
# pylint: disable=R0901,W0613,W1113
|
||||
# pylint: disable=R0901
|
||||
|
||||
def increase_indent(self, flow=False, *args, **kwargs):
|
||||
return super().increase_indent(flow=flow, indentless=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue