automatic ruff fixes
This commit is contained in:
@@ -19,7 +19,8 @@ def list_command(args: argparse.Namespace) -> None:
|
||||
col_network = max(12, *(len(name) for name in networks))
|
||||
col_priority = 8
|
||||
col_module = max(
|
||||
10, *(len(net.module_name.split(".")[-1]) for net in networks.values())
|
||||
10,
|
||||
*(len(net.module_name.split(".")[-1]) for net in networks.values()),
|
||||
)
|
||||
col_running = 8
|
||||
|
||||
|
||||
@@ -1146,8 +1146,7 @@ def test_share_mode_switch_regenerates_secret(
|
||||
monkeypatch: pytest.MonkeyPatch,
|
||||
flake_with_sops: ClanFlake,
|
||||
) -> None:
|
||||
"""
|
||||
Test that switching a generator from share=false to share=true
|
||||
"""Test that switching a generator from share=false to share=true
|
||||
causes the secret to be regenerated with a new value.
|
||||
"""
|
||||
flake = flake_with_sops
|
||||
|
||||
Reference in New Issue
Block a user