Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: gardar <[email protected]>
  • Loading branch information
gardar committed May 23, 2024
1 parent 5d05abe commit f5560f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/antsibull_changelog/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def __init__(
) from exc

self.add_plugin_period = self.config.get("add_plugin_period", False)

self.changelog_nice_yaml = self.config.get("changelog_nice_yaml", False)

self._validate_config(ignore_is_other_project)
Expand Down Expand Up @@ -520,7 +520,7 @@ def store(self) -> None: # noqa: C901
"trivial_section_name": self.trivial_section_name,
"ignore_other_fragment_extensions": self.ignore_other_fragment_extensions,
"sanitize_changelog": self.sanitize_changelog,
"add_plugin_period": self.add_plugin_period,
"add_plugin_period": self.add_plugin_period,
"changelog_nice_yaml": self.changelog_nice_yaml,

}
Expand Down

0 comments on commit f5560f5

Please sign in to comment.