Repository Analysis

facebookresearch/hydra

Hydra is a framework for elegantly configuring complex applications

10.2 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of facebookresearch/hydra, a Python project with 10,513 GitHub stars. SynthScan v2.0 examined 107,879 lines of code across 1459 source files, recording 674 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 10.2 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

10.2
Adjusted Score
10.2
Raw Score
100%
Time Factor
2026-07-14
Last Push
10.5K
Stars
Python
Language
107.9K
Lines of Code
1.5K
Files
674
Pattern Hits
2026-07-14
Scan Date
0.08
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 115MEDIUM 6LOW 553

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 674 distinct pattern matches across 17 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Cross-File Repetition113 hits · 565 pts
SeverityFileLineSnippetContext
HIGHplugins/hydra_rq_launcher/tests/test_rq_launcher.py0run this launcher through the integration test suite.STRING
HIGH…ns/hydra_joblib_launcher/tests/test_joblib_launcher.py0run this launcher through the integration test suite.STRING
HIGH…gins/hydra_ray_launcher/tests/test_ray_aws_launcher.py0run this launcher through the integration test suite.STRING
HIGHplugins/hydra_ray_launcher/tests/test_ray_launcher.py0run this launcher through the integration test suite.STRING
HIGHtests/test_basic_launcher.py0run this launcher through the integration test suite.STRING
HIGH…ydra_torchrun_launcher/tests/test_torchrun_launcher.py0run this launcher through the integration test suite.STRING
HIGH…_launcher_plugin/tests/test_example_launcher_plugin.py0run this launcher through the integration test suite.STRING
HIGH…a_rq_launcher/hydra_plugins/hydra_rq_launcher/_core.py0:param job_overrides: a list of list<string>, where each inner list is the arguments for one job run. :param initial_jobSTRING
HIGH…_launcher/hydra_plugins/hydra_joblib_launcher/_core.py0:param job_overrides: a list of list<string>, where each inner list is the arguments for one job run. :param initial_jobSTRING
HIGH…auncher/hydra_plugins/hydra_torchrun_launcher/_core.py0:param job_overrides: a list of list<string>, where each inner list is the arguments for one job run. :param initial_jobSTRING
HIGH…ra_plugins/example_launcher_plugin/example_launcher.py0:param job_overrides: a list of list<string>, where each inner list is the arguments for one job run. :param initial_jobSTRING
HIGHwebsite/docs/advanced/compose_api.md0:param config_name: the name of the config (usually the file name without the .yaml extension) :param overrides: list ofSTRING
HIGH…ite/versioned_docs/version-1.1/advanced/compose_api.md0:param config_name: the name of the config (usually the file name without the .yaml extension) :param overrides: list ofSTRING
HIGH…ite/versioned_docs/version-1.3/advanced/compose_api.md0:param config_name: the name of the config (usually the file name without the .yaml extension) :param overrides: list ofSTRING
HIGH…ite/versioned_docs/version-1.2/advanced/compose_api.md0:param config_name: the name of the config (usually the file name without the .yaml extension) :param overrides: list ofSTRING
HIGHwebsite/docs/advanced/compose_api.md0initializes hydra and add the config_path to the config search path. config_path is relative to the parent of the callerSTRING
HIGH…ite/versioned_docs/version-1.3/advanced/compose_api.md0initializes hydra and add the config_path to the config search path. config_path is relative to the parent of the callerSTRING
HIGH…ite/versioned_docs/version-1.2/advanced/compose_api.md0initializes hydra and add the config_path to the config search path. config_path is relative to the parent of the callerSTRING
HIGH…rsioned_docs/version-1.0/experimental/hydra_compose.md0initializes hydra and add the config_path to the config search path. config_path is relative to the parent of the callerSTRING
HIGH…ite/versioned_docs/version-1.1/advanced/compose_api.md0initializes hydra and add the config_path to the config search path. config_path is relative to the parent of the callerSTRING
HIGHhydra/initialize.py0initializes hydra and add the config_path to the config search path. config_path is relative to the parent of the callerSTRING
HIGHwebsite/docs/advanced/compose_api.md0initializes hydra and add the config_module to the config search path. the config module must be importable (an __init__STRING
HIGH…ite/versioned_docs/version-1.3/advanced/compose_api.md0initializes hydra and add the config_module to the config search path. the config module must be importable (an __init__STRING
HIGH…ite/versioned_docs/version-1.2/advanced/compose_api.md0initializes hydra and add the config_module to the config search path. the config module must be importable (an __init__STRING
HIGH…rsioned_docs/version-1.0/experimental/hydra_compose.md0initializes hydra and add the config_module to the config search path. the config module must be importable (an __init__STRING
HIGH…ite/versioned_docs/version-1.1/advanced/compose_api.md0initializes hydra and add the config_module to the config search path. the config module must be importable (an __init__STRING
HIGHhydra/initialize.py0initializes hydra and add the config_module to the config search path. the config module must be importable (an __init__STRING
HIGHhydra/experimental/initialize.py0initializes hydra and add the config_module to the config search path. the config module must be importable (an __init__STRING
HIGHwebsite/docs/advanced/compose_api.md0initializes hydra and add an absolute config dir to the to the config search path. the config_dir is always a path on thSTRING
HIGH…ite/versioned_docs/version-1.3/advanced/compose_api.md0initializes hydra and add an absolute config dir to the to the config search path. the config_dir is always a path on thSTRING
HIGH…ite/versioned_docs/version-1.2/advanced/compose_api.md0initializes hydra and add an absolute config dir to the to the config search path. the config_dir is always a path on thSTRING
HIGH…rsioned_docs/version-1.0/experimental/hydra_compose.md0initializes hydra and add an absolute config dir to the to the config search path. the config_dir is always a path on thSTRING
HIGH…ite/versioned_docs/version-1.1/advanced/compose_api.md0initializes hydra and add an absolute config dir to the to the config search path. the config_dir is always a path on thSTRING
HIGHhydra/initialize.py0initializes hydra and add an absolute config dir to the to the config search path. the config_dir is always a path on thSTRING
HIGHhydra/experimental/initialize.py0initializes hydra and add an absolute config dir to the to the config search path. the config_dir is always a path on thSTRING
HIGHwebsite/docs/advanced/plugins/develop.md0hydra users should call this function before invoking @hydra.mainSTRING
HIGH…versioned_docs/version-1.3/advanced/plugins/develop.md0hydra users should call this function before invoking @hydra.mainSTRING
HIGH…versioned_docs/version-1.2/advanced/plugins/develop.md0hydra users should call this function before invoking @hydra.mainSTRING
HIGHwebsite/docs/advanced/override_grammar/extended.md0a glob selects from all options in the config group. inputs are in glob format. e.g: *, foo*, *foo. :param include: a stSTRING
HIGH…docs/version-1.0/advanced/override_grammar/extended.md0a glob selects from all options in the config group. inputs are in glob format. e.g: *, foo*, *foo. :param include: a stSTRING
HIGH…docs/version-1.1/advanced/override_grammar/extended.md0a glob selects from all options in the config group. inputs are in glob format. e.g: *, foo*, *foo. :param include: a stSTRING
HIGH…docs/version-1.3/advanced/override_grammar/extended.md0a glob selects from all options in the config group. inputs are in glob format. e.g: *, foo*, *foo. :param include: a stSTRING
HIGH…docs/version-1.2/advanced/override_grammar/extended.md0a glob selects from all options in the config group. inputs are in glob format. e.g: *, foo*, *foo. :param include: a stSTRING
HIGHhydra/_internal/grammar/grammar_functions.py0a glob selects from all options in the config group. inputs are in glob format. e.g: *, foo*, *foo. :param include: a stSTRING
HIGHwebsite/docs/advanced/override_grammar/extended.md0range is defines a sweeep over a range of integer or floating-point values. for a positive step, the contents of a rangeSTRING
HIGH…docs/version-1.0/advanced/override_grammar/extended.md0range is defines a sweeep over a range of integer or floating-point values. for a positive step, the contents of a rangeSTRING
HIGH…docs/version-1.1/advanced/override_grammar/extended.md0range is defines a sweeep over a range of integer or floating-point values. for a positive step, the contents of a rangeSTRING
HIGH…docs/version-1.3/advanced/override_grammar/extended.md0range is defines a sweeep over a range of integer or floating-point values. for a positive step, the contents of a rangeSTRING
HIGH…docs/version-1.2/advanced/override_grammar/extended.md0range is defines a sweeep over a range of integer or floating-point values. for a positive step, the contents of a rangeSTRING
HIGHwebsite/docs/advanced/override_grammar/extended.md0a continuous interval between two floating point values. value=interval(x,y) is interpreted as x <= value < ySTRING
HIGH…docs/version-1.0/advanced/override_grammar/extended.md0a continuous interval between two floating point values. value=interval(x,y) is interpreted as x <= value < ySTRING
HIGH…docs/version-1.1/advanced/override_grammar/extended.md0a continuous interval between two floating point values. value=interval(x,y) is interpreted as x <= value < ySTRING
HIGH…docs/version-1.3/advanced/override_grammar/extended.md0a continuous interval between two floating point values. value=interval(x,y) is interpreted as x <= value < ySTRING
HIGH…docs/version-1.2/advanced/override_grammar/extended.md0a continuous interval between two floating point values. value=interval(x,y) is interpreted as x <= value < ySTRING
HIGHhydra/_internal/grammar/grammar_functions.py0a continuous interval between two floating point values. value=interval(x,y) is interpreted as x <= value < ySTRING
HIGHwebsite/docs/advanced/override_grammar/extended.md0sort an input list or sweep. reverse=true reverses the orderSTRING
HIGH…docs/version-1.0/advanced/override_grammar/extended.md0sort an input list or sweep. reverse=true reverses the orderSTRING
HIGH…docs/version-1.1/advanced/override_grammar/extended.md0sort an input list or sweep. reverse=true reverses the orderSTRING
HIGH…docs/version-1.3/advanced/override_grammar/extended.md0sort an input list or sweep. reverse=true reverses the orderSTRING
HIGH…docs/version-1.2/advanced/override_grammar/extended.md0sort an input list or sweep. reverse=true reverses the orderSTRING
53 more matches not shown…
Hyper-Verbose Identifiers399 hits · 342 pts
SeverityFileLineSnippetContext
LOWnoxfile.py125def log_installed_package_version(session: Session, package_name: str) -> None:CODE
LOWnoxfile.py167def install_plugin_test_requirements(session: Session, plugin: Plugin) -> None:CODE
LOWnoxfile.py186def get_setup_python_versions(classifiers: List[str]) -> List[str]:CODE
LOWnoxfile.py264def select_plugins_under_directory(session: Session, directory: str) -> List[Plugin]:CODE
LOWnoxfile.py517def lint_plugin_if_compatible(session: Session, plugin: Plugin) -> None:CODE
LOWnoxfile.py592def _get_standalone_apps_dirs() -> List[Union[str, Path]]:CODE
LOWtools/release/test_release.py20def test_publishable_when_local_version_is_older_than_latest_but_unpublished() -> None:CODE
LOWtools/release/test_release.py31def test_not_publishable_when_local_version_is_already_published() -> None:CODE
LOWtools/release/test_release.py42def test_validate_local_version_accepts_expected_version() -> None:CODE
LOWtools/release/test_release.py48def test_validate_local_version_rejects_unexpected_version() -> None:CODE
LOWtools/release/test_release.py58def test_validate_dev_version_accepts_dev_version() -> None:CODE
LOWtools/release/test_release.py62def test_validate_dev_version_rejects_non_dev_version() -> None:CODE
LOWtools/release/test_release.py70def test_format_dev_release_package_table_includes_publish_plan() -> None:CODE
LOWtools/release/test_release.py93def test_fail_if_any_target_version_published_rejects_published_package() -> None:CODE
LOWtools/release/test_release.py111def test_filter_packages_keeps_requested_packages_in_order() -> None:CODE
LOWtools/release/test_release.py123def test_filter_packages_rejects_unknown_packages() -> None:CODE
LOWtools/release/test_release.py139def test_dispatch_publish_workflow_uses_json_boolean_input(monkeypatch) -> None:CODE
LOWtools/release/test_release.py196def test_get_remote_url_accepts_sapling_path_output_formats(CODE
LOWtools/release/test_release.py214def test_get_github_repo_slug_accepts_common_github_remote_urls(remote_url) -> None:CODE
LOWtools/release/release.py229def collect_dev_release_package_info(CODE
LOWtools/release/release.py254def format_dev_release_package_table(infos: List[DevReleasePackageInfo]) -> str:CODE
LOWtools/release/release.py287def fail_if_any_target_version_published(infos: List[DevReleasePackageInfo]) -> None:CODE
LOWtools/release/release.py447def validate_dev_release_artifacts(CODE
LOWtools/release/release.py534def ensure_publish_base_matches_ref(CODE
LOWtools/release/release.py576def dispatch_publish_workflow(CODE
LOWtools/release/release.py608def selected_package_set_name() -> str:CODE
LOWtools/configen/tests/test_generate.py91def test_generated_code_future_ann() -> None:STRING
LOWtools/configen/tests/test_generate.py142def test_generated_code_with_default_flags(STRING
LOWplugins/hydra_rq_launcher/tests/test_rq_launcher.py78def test_cloudpickle_serializer() -> None:CODE
LOWplugins/hydra_rq_launcher/tests/test_rq_launcher.py85def test_unserializable_rq_result_error() -> None:CODE
LOWplugins/hydra_rq_launcher/tests/test_rq_launcher.py107def test_unserializable_rq_result_stream_error() -> None:CODE
LOW…a_rq_launcher/hydra_plugins/hydra_rq_launcher/_core.py197def _is_unserializable_return_value(job: Any) -> bool:CODE
LOW…a_rq_launcher/hydra_plugins/hydra_rq_launcher/_core.py220def _matches_unserializable_return_value(value: Any) -> bool:CODE
LOW…a_rq_launcher/hydra_plugins/hydra_rq_launcher/_core.py236def _get_latest_result_payload(job: Any) -> Optional[Dict[Any, Any]]:CODE
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py76def test_chunk_method_for_valid_inputs(n: int, expected: List[List[int]]) -> None:CODE
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py86def test_chunk_method_for_invalid_inputs(n: int) -> None:CODE
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py122def test_jobs_configured_via_config(CODE
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py151def test_jobs_configured_via_cmd(CODE
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py179def test_jobs_configured_via_cmd_and_config(hydra_sweep_runner: TSweepRunner) -> None:CODE
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py204def test_command_line_int_interval_optimizes_integer_parabola(CODE
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py230def test_configuration_set_via_cmd_and_default_config(CODE
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py298def test_command_line_log_interval_configures_ax_log_range() -> None:CODE
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py336def test_ax_logging_from_hydra_app(tmpdir: Path) -> None:CODE
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py360def test_search_space_exhausted_exception(tmpdir: Path, cmd_args: List[str]) -> None:CODE
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py378def test_search_space_with_constraint_metric(tmpdir: Path, cmd_args: List[str]) -> None:CODE
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py409def test_jobs_using_choice_between_lists(CODE
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py446def test_jobs_using_choice_between_dicts(CODE
LOW…weeper/tests/apps/polynomial_with_list_coefficients.py11def polynomial_with_list_coefficients(cfg: DictConfig) -> Any:CODE
LOW…weeper/tests/apps/polynomial_with_dict_coefficients.py11def polynomial_with_dict_coefficients(cfg: DictConfig) -> Any:CODE
LOW…dra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_core.py53def encoder_parameters_into_string(parameters: List[Dict[str, Any]]) -> str:CODE
LOW…dra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_core.py83def get_ax_choice_parameter_type(values: Iterable[Any]) -> AxChoiceParameterType:CODE
LOW…dra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_core.py96def create_ax_parameter_config(param: Dict[Any, Any]) -> AxParameterConfig:CODE
LOW…dra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_core.py401def create_range_param_using_interval_override(override: Override) -> Dict[str, Any]:CODE
LOW…dra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_core.py414def create_choice_param_from_choice_override(override: Override) -> Dict[str, Any]:CODE
LOW…dra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_core.py424def create_choice_param_from_range_override(override: Override) -> Dict[str, Any]:CODE
LOW…dra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_core.py435def create_fixed_param_from_element_override(override: Override) -> Dict[str, Any]:CODE
LOW…dra_optuna_sweeper/tests/test_optuna_sweeper_plugin.py91def test_create_optuna_distribution_from_config(input: Any, expected: Any) -> None:CODE
LOW…dra_optuna_sweeper/tests/test_optuna_sweeper_plugin.py111def test_create_optuna_distribution_from_override(input: Any, expected: Any) -> None:CODE
LOW…dra_optuna_sweeper/tests/test_optuna_sweeper_plugin.py142def test_create_params_from_overrides(input: Any, expected: Any) -> None:CODE
LOW…dra_optuna_sweeper/tests/test_optuna_sweeper_plugin.py208def test_example_with_grid_sampler(CODE
339 more matches not shown…
Deep Nesting54 hits · 54 pts
SeverityFileLineSnippetContext
LOWnoxfile.py565CODE
LOWtools/release/release.py683CODE
LOWtools/configen/configen/configen.py92CODE
LOWtools/configen/configen/configen.py157CODE
LOWtools/configen/configen/utils.py20CODE
LOW…dra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_core.py53CODE
LOW…dra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_core.py313CODE
LOW…dra_ax_sweeper/hydra_plugins/hydra_ax_sweeper/_core.py363CODE
LOW…na_sweeper/hydra_plugins/hydra_optuna_sweeper/_impl.py290CODE
LOW…sweeper/hydra_plugins/hydra_nevergrad_sweeper/_impl.py60CODE
LOW…sweeper/hydra_plugins/hydra_nevergrad_sweeper/_impl.py119CODE
LOW…_launcher/hydra_plugins/hydra_joblib_launcher/_core.py55CODE
LOW…/integration_test_tools/create_integration_test_ami.py36CODE
LOWbuild_helpers/build_helpers.py37CODE
LOWbuild_helpers/build_helpers.py102CODE
LOWhydra/_internal/config_search_path_impl.py26CODE
LOWhydra/_internal/config_repository.py117CODE
LOWhydra/_internal/config_repository.py166CODE
LOWhydra/_internal/defaults_list.py377CODE
LOWhydra/_internal/defaults_list.py444CODE
LOWhydra/_internal/defaults_list.py701CODE
LOWhydra/_internal/defaults_list.py61CODE
LOWhydra/_internal/defaults_list.py142CODE
LOWhydra/_internal/hydra.py428CODE
LOWhydra/_internal/config_loader_impl.py58CODE
LOWhydra/_internal/config_loader_impl.py111CODE
LOWhydra/_internal/config_loader_impl.py367CODE
LOWhydra/_internal/config_loader_impl.py473CODE
LOWhydra/_internal/utils.py118CODE
LOWhydra/_internal/utils.py218CODE
LOWhydra/_internal/utils.py306CODE
LOWhydra/_internal/utils.py637CODE
LOWhydra/_internal/grammar/functions.py32CODE
LOWhydra/_internal/grammar/grammar_functions.py86CODE
LOWhydra/_internal/grammar/grammar_functions.py104CODE
LOWhydra/_internal/grammar/grammar_functions.py122CODE
LOWhydra/_internal/grammar/grammar_functions.py144CODE
LOWhydra/_internal/grammar/grammar_functions.py160CODE
LOWhydra/_internal/grammar/grammar_functions.py181CODE
LOWhydra/_internal/grammar/grammar_functions.py313CODE
LOWhydra/_internal/grammar/utils.py43CODE
LOWhydra/_internal/instantiate/_instantiate2.py375CODE
LOWhydra/_internal/instantiate/_instantiate2.py396CODE
LOWhydra/_internal/instantiate/_instantiate2.py625CODE
LOWhydra/_internal/instantiate/_instantiate2.py646CODE
LOWhydra/core/plugins.py168CODE
LOWhydra/core/override_parser/overrides_visitor.py121CODE
LOWhydra/core/override_parser/overrides_visitor.py143CODE
LOWhydra/core/override_parser/overrides_visitor.py258CODE
LOWhydra/core/override_parser/types.py331CODE
LOWhydra/core/override_parser/types.py434CODE
LOWhydra/core/override_parser/overrides_parser.py81CODE
LOWhydra/plugins/completion_plugin.py97CODE
LOWhydra/plugins/completion_plugin.py159CODE
Excessive Try-Catch Wrapping24 hits · 26 pts
SeverityFileLineSnippetContext
LOW…a_rq_launcher/hydra_plugins/hydra_rq_launcher/_core.py230 except Exception:CODE
LOW…na_sweeper/hydra_plugins/hydra_optuna_sweeper/_impl.py401 except Exception as e:STRING
LOW…sweeper/hydra_plugins/hydra_nevergrad_sweeper/_impl.py179 except Exception as e:CODE
LOW…her/hydra_plugins/hydra_ray_launcher/_remote_invoke.py87 except Exception as e:CODE
MEDIUM…her/hydra_plugins/hydra_ray_launcher/_remote_invoke.py80def _get_instance_id() -> str:CODE
LOWhydra/utils.py43 except Exception as e:CODE
LOWhydra/utils.py66 except Exception as e:CODE
LOWhydra/utils.py87 except Exception as e:CODE
LOWhydra/_internal/hydra.py137 except Exception:CODE
LOWhydra/_internal/utils.py221 except Exception as ex:CODE
LOWhydra/_internal/utils.py295 except Exception as ex2:CODE
LOWhydra/_internal/utils.py659 except Exception as exc_import:CODE
LOWhydra/_internal/utils.py680 except Exception as exc_import:CODE
MEDIUMhydra/_internal/utils.py89def is_notebook() -> bool:CODE
LOWhydra/_internal/callbacks.py58 except Exception as e:CODE
LOW…dra/_internal/core_plugins/structured_config_source.py19 except Exception as e:CODE
LOWhydra/_internal/instantiate/_instantiate2.py328 except Exception as e:CODE
LOWhydra/_internal/instantiate/_instantiate2.py341 except Exception as e:CODE
LOWhydra/_internal/instantiate/_instantiate2.py352 except Exception as e:CODE
LOWhydra/_internal/instantiate/_instantiate2.py438 except Exception as e:CODE
LOWhydra/core/utils.py191 except Exception as e:CODE
LOWhydra/core/utils.py469 except Exception:STRING
LOWhydra/core/override_parser/overrides_visitor.py253 except Exception as e:CODE
LOWhydra/test_utils/test_utils.py393 except Exception as e:STRING
Unused Imports25 hits · 25 pts
SeverityFileLineSnippetContext
LOW…/configen/example/config/configen/samples/my_module.py8CODE
LOWtools/configen/tests/test_generate.py37CODE
LOWtools/configen/tests/test_modules/future_annotations.py2CODE
LOW…configen/tests/test_modules/default_flags/recursive.py8CODE
LOW…s/configen/tests/test_modules/default_flags/convert.py8CODE
LOW…s/configen/tests/test_modules/default_flags/noflags.py8CODE
LOWtools/configen/tests/test_modules/default_flags/both.py8CODE
LOWtests/instantiate/__init__.py206CODE
LOWbuild_helpers/__init__.py2CODE
LOWhydra/__init__.py5CODE
LOWhydra/__init__.py6CODE
LOWhydra/__init__.py7CODE
LOWhydra/__init__.py8CODE
LOWhydra/__init__.py10CODE
LOWhydra/__init__.py11CODE
LOWhydra/__init__.py11CODE
LOWhydra/__init__.py11CODE
LOWhydra/types.py16CODE
LOWhydra/types.py17CODE
LOWhydra/_internal/callbacks.py11CODE
LOWhydra/experimental/__init__.py2CODE
LOWhydra/experimental/__init__.py3CODE
LOWhydra/experimental/__init__.py3CODE
LOWhydra/experimental/__init__.py3CODE
LOWhydra/core/global_hydra.py5CODE
Fake / Example Data15 hits · 20 pts
SeverityFileLineSnippetContext
LOWtests/defaults_list/test_defaults_list.py1503 "placeholder",CODE
LOWtests/defaults_list/test_defaults_list.py1505 [ResultDefault(config_path="placeholder", package="", is_self=True)],CODE
LOWtests/defaults_list/test_defaults_list.py1506 id="placeholder",CODE
LOWtests/defaults_list/test_defaults_list.py1509 "placeholder",CODE
LOWtests/defaults_list/test_defaults_list.py1513 config_path="group1/file1", package="group1", parent="placeholder"CODE
LOWtests/defaults_list/test_defaults_list.py1515 ResultDefault(config_path="placeholder", package="", is_self=True),CODE
LOWtests/defaults_list/test_defaults_tree.py1722 "placeholder",CODE
LOWtests/defaults_list/test_defaults_tree.py1725 node=ConfigDefault(path="placeholder"),CODE
LOWtests/defaults_list/test_defaults_tree.py1731 id="placeholder",CODE
LOWtests/defaults_list/test_defaults_tree.py1734 "placeholder",CODE
LOWtests/defaults_list/test_defaults_tree.py1737 node=ConfigDefault(path="placeholder"),CODE
LOWtests/defaults_list/test_defaults_tree.py1752 node=GroupDefault(group="group1", value="placeholder"),CODE
LOWtests/defaults_list/test_defaults_tree.py1770 node=GroupDefault(group="group1", value="placeholder"),CODE
LOWtests/defaults_list/test_defaults_tree.py2856 node=GroupDefault(group="group1", value="placeholder"),CODE
LOWtests/defaults_list/test_defaults_tree.py2865 {"group1": "placeholder", "group1/group2": None},CODE
Over-Commented Block17 hits · 17 pts
SeverityFileLineSnippetContext
LOWtools/configen/tests/test_generate.py41##COMMENT
LOWtools/configen/conf/configen.yaml21 - name: configen.samples.my_moduleCOMMENT
LOW…ugins/hydra_ax_sweeper/tests/test_ax_sweeper_plugin.py21WARNING_FILTERS = [COMMENT
LOW…weeper/hydra_plugins/hydra_nevergrad_sweeper/config.py41 # - "CMA" very good algorithm, but may require a significant budget (> 120)COMMENT
LOW…uncher/hydra_plugins/hydra_submitit_launcher/config.py61 # USR1 signal delay before timeoutCOMMENT
LOW…y_launcher/hydra_plugins/hydra_ray_launcher/_config.py221 cluster_name: str = "default"COMMENT
LOW…pload_download/conf/hydra/launcher/custom_ray_aws.yaml1defaults:COMMENT
LOW…ion_test_tools/create_integration_test_ami_config.yaml41 ray.worker.default:COMMENT
LOW…ersioned_docs/version-0.11/configure_hydra/app_help.md41COMMENT
LOWcontrib/hydra_torchrun_launcher/setup.py1# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.COMMENT
LOW…ydra_torchrun_launcher/tests/test_torchrun_launcher.py1# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.COMMENT
LOW…lugins/hydra_torchrun_launcher/distributed_launcher.py1# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.COMMENT
LOW…uncher/hydra_plugins/hydra_torchrun_launcher/config.py1# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.COMMENT
LOW…auncher/hydra_plugins/hydra_torchrun_launcher/_core.py1# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.COMMENT
LOW…ure_hydra/custom_help/conf/hydra/help/my_app_help.yaml1# App name, override to match the name your app is known byCOMMENT
LOWhydra/conf/hydra/hydra_help/default.yaml1# Help header.COMMENT
LOWhydra/conf/hydra/help/default.yaml1# App name, override to match the name your app is known byCOMMENT
Modern Structural Boilerplate12 hits · 12 pts
SeverityFileLineSnippetContext
LOWtools/release/release.py384def set_package_versions(cfg: Config, hydra_root: str, target_version: str) -> None:CODE
LOW…/integration_test_tools/create_integration_test_ami.py36def set_up_machine(cfg: DictConfig) -> None:CODE
LOWhydra/version.py38 def set_instance(instance: "VersionBase") -> None:CODE
LOWhydra/__init__.py13__all__ = [CODE
LOWhydra/_internal/defaults_list.py182 def set_known_choice(self, default: InputDefault) -> None:CODE
LOWhydra/_internal/defaults_list.py268def update_package_header(repo: IConfigRepository, node: InputDefault) -> None:CODE
LOWhydra/experimental/callback.py10logger = logging.getLogger(__name__)CODE
LOWhydra/experimental/__init__.py5__all__ = [CODE
LOWhydra/core/global_hydra.py36 def set_instance(instance: "GlobalHydra") -> None:CODE
LOWhydra/core/singleton.py33 def set_state(state: Any) -> None:CODE
LOWhydra/core/hydra_config.py14 def set_config(self, cfg: DictConfig) -> None:CODE
LOWhydra/core/default_element.py114 def set_package_header(self, package_header: Optional[str]) -> None:CODE
AI Slop Vocabulary3 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUM…dra_optuna_sweeper/tests/test_optuna_sweeper_plugin.py202 # to make the test robust against the detailed implementation of the sampler.COMMENT
MEDIUM…weeper/hydra_plugins/hydra_nevergrad_sweeper/config.py39 # - "OnePlusOne" extremely simple and robust, especially at low budget, butCOMMENT
LOW…y_launcher/hydra_plugins/hydra_ray_launcher/_config.py303 # you should just use file_mounts. Only use this if you know what you're doing!COMMENT
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGH…cs/version-1.0/tutorials/structured_config/5_schema.md58 # In this example it comes from config.yamlCOMMENT
AI Structural Patterns5 hits · 5 pts
SeverityFileLineSnippetContext
LOW…a_rq_launcher/hydra_plugins/hydra_rq_launcher/_core.py60CODE
LOWplugins/hydra_ax_sweeper/tests/apps/polynomial.py17CODE
LOW…_launcher/hydra_plugins/hydra_joblib_launcher/_core.py52CODE
LOW…her/hydra_plugins/hydra_ray_launcher/_launcher_util.py81CODE
LOWhydra/_internal/defaults_list.py374CODE
Cross-Language Confusion1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHhydra/_internal/core_plugins/bash_completion.py16 f"export _HYDRA_OLD_COMP=$(complete -p {self._get_exec()} 2> /dev/null)\n"CODE
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…a_sweeper/hydra_plugins/hydra_optuna_sweeper/config.py189 # For example, you can use SQLite if you set 'sqlite:///example.db'COMMENT
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…her/hydra_plugins/hydra_ray_launcher/_remote_invoke.py3# This file is to be rsynced to ray cluster and invoke on the cluster.COMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOW.github/backlog-atlas/config.yaml2# Set done_expire_days to null to keep done items indefinitely.COMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWhydra/plugins/completion_plugin.py4# TODO: Add tests for completion with +prefix (should suggest config groups that are not listed)COMMENT
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWtests/test_overrides_parser.py2001def test_function(value: Any, expected_value: Any) -> None:CODE