hermes-agent/tests/docker
Teknium 55e3ee1ab8
fix: remove dead f-string prefixes via ruff F541 (216 sites) (#52336)
ruff check --fix --select F541 . on current main. Pure prefix removals;
adjacent-string concatenations keep the f only on interpolating fragments.
No string content or live placeholder altered.
2026-07-05 13:42:46 -07:00
..
__init__.py
conftest.py
test_config_migration.py
test_container_restart.py
test_dashboard.py
test_docker_exec_privilege_drop.py
test_dump_build_sha.py
test_gateway_bootstrap_state.py
test_gateway_run_supervised.py
test_home_override_scripts.py
test_immutable_install.py fix: remove dead f-string prefixes via ruff F541 (216 sites) (#52336) 2026-07-05 13:42:46 -07:00
test_immutable_install_permissions.py
test_license_file_present.py
test_log_dir_seed.py
test_main_invocation.py
test_profile_gateway.py
test_puid_pgid_remap.py
test_s6_profile_gateway_integration.py
test_smoke.py
test_stage2_browser_discovery.py
test_tini_compat_shim.py
test_toplevel_chown.py
test_tui_passthrough.py
test_tui_prebuilt_bundle.py
test_user_flag_guard.py
test_zombie_reaping.py