Skip to content

Commit

Permalink
style: beautify 011b072
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 3, 2024
1 parent 011b072 commit 06d5c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/semantic_release/cli/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_invalid_hvcs_type(remote_config: dict[str, Any]):
def test_default_toml_config_valid(example_project):
default_config_file = example_project / "default.toml"
default_config_file.write_text(
tomlkit.dumps(RawConfig().model_dump(mode='json', exclude_none=True))
tomlkit.dumps(RawConfig().model_dump(mode="json", exclude_none=True))
)

written = default_config_file.read_text(encoding="utf-8")
Expand Down

0 comments on commit 06d5c61

Please sign in to comment.