Repository Analysis

facebookresearch/hydra

Hydra is a framework for elegantly configuring complex applications

10.6 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of facebookresearch/hydra, a Python project with 10,621 GitHub stars. SynthScan v2.0 examined 127,292 lines of code across 1530 source files, recording 1027 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 10.6 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.6
Adjusted Score
10.6
Raw Score
100%
Time Factor
2026-08-28
Last Push
10.6K
Stars
Python
Language
127.3K
Lines of Code
1.5K
Files
1.0K
Pattern Hits
2026-08-29
Scan Date
0.07
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 111MEDIUM 6LOW 910

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 1027 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.

Hyper-Verbose Identifiers745 hits · 602 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.py496def lint_plugin_if_compatible(session: Session, plugin: Plugin) -> None:CODE
LOWnoxfile.py572def _get_standalone_apps_dirs() -> List[Union[str, Path]]:CODE
LOWtools/release/test_release.py22def test_publishable_when_local_version_is_older_than_latest_but_unpublished() -> None:CODE
LOWtools/release/test_release.py33def test_not_publishable_when_local_version_is_already_published() -> None:CODE
LOWtools/release/test_release.py44def test_validate_local_version_accepts_expected_version() -> None:CODE
LOWtools/release/test_release.py50def test_validate_local_version_rejects_unexpected_version() -> None:CODE
LOWtools/release/test_release.py60def test_validate_dev_version_accepts_dev_version() -> None:CODE
LOWtools/release/test_release.py64def test_validate_dev_version_rejects_non_dev_version() -> None:CODE
LOWtools/release/test_release.py72def test_format_dev_release_package_table_includes_publish_plan() -> None:CODE
LOWtools/release/test_release.py95def test_fail_if_any_target_version_published_rejects_published_package() -> None:CODE
LOWtools/release/test_release.py113def test_filter_packages_keeps_requested_packages_in_order() -> None:CODE
LOWtools/release/test_release.py125def test_filter_packages_rejects_unknown_packages() -> None:CODE
LOWtools/release/test_release.py141def test_dispatch_publish_workflow_uses_json_boolean_input(monkeypatch) -> None:CODE
LOWtools/release/test_release.py185def test_check_build_artifacts_upgrades_smoke_environment_pip(CODE
LOWtools/release/test_release.py229def test_get_remote_url_accepts_sapling_path_output_formats(CODE
LOWtools/release/test_release.py247def 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.py448def validate_dev_release_artifacts(CODE
LOWtools/release/release.py535def ensure_publish_base_matches_ref(CODE
LOWtools/release/release.py577def dispatch_publish_workflow(CODE
LOWtools/release/release.py609def selected_package_set_name() -> str:CODE
LOWtools/copyright/test_check_new_files.py28def test_accepts_new_header_after_shebang(tmp_path: Path) -> None:STRING
LOWtools/copyright/test_check_new_files.py34def test_rejects_legacy_header(tmp_path: Path) -> None:STRING
LOWtools/copyright/test_check_new_files.py47def test_rejects_meta_header_even_with_new_header(tmp_path: Path) -> None:STRING
LOWtools/copyright/test_check_new_files.py60def test_rejects_meta_header_without_platforms(tmp_path: Path) -> None:STRING
LOWtools/copyright/test_check_new_files.py69def test_rejects_missing_header(tmp_path: Path) -> None:STRING
LOWtools/copyright/test_check_new_files.py78def test_rejects_spdx_text_outside_leading_comments(tmp_path: Path) -> None:STRING
LOWtools/copyright/test_check_new_files.py92def test_ignores_non_python_and_excluded_files(tmp_path: Path) -> None:STRING
LOWtools/copyright/test_check_new_files.py102def test_added_paths_uses_nul_delimited_git_diff(tmp_path: Path) -> None:STRING
LOWtools/copyright/test_check_new_files.py131def test_main_skips_an_all_zero_base() -> None:STRING
LOWtools/landscape/test_refresh_landscape_metadata.py10def test_default_input_uses_analyzer_output() -> None:CODE
LOWtools/landscape/test_refresh_landscape_metadata.py14def test_read_repositories_keeps_successful_unique_rows(tmp_path: Path) -> None:CODE
LOWtools/landscape/test_refresh_landscape_metadata.py25def test_read_repositories_accepts_included_decisions(tmp_path: Path) -> None:CODE
LOWtools/landscape/test_refresh_landscape_metadata.py39def test_parse_response_preserves_live_maintenance_evidence() -> None:CODE
LOWtools/landscape/test_refresh_landscape_metadata.py80def test_fetch_batch_uses_one_graphql_request(CODE
LOWtools/landscape/test_build_public_landscape.py31def test_build_project_maps_canonical_decision_fields() -> None:CODE
LOWtools/landscape/test_build_public_landscape.py47def test_build_payload_omits_excluded_decisions() -> None:CODE
LOWtools/landscape/test_build_public_landscape.py61def test_featured_project_requires_good_hydra_usage() -> None:CODE
LOWtools/landscape/test_build_public_landscape.py66def test_excluded_decision_cannot_contain_a_listing() -> None:CODE
LOWtools/landscape/test_build_public_landscape.py79def test_check_mode_rejects_stale_generated_output(tmp_path: Path) -> None:CODE
LOWtools/landscape/test_build_landscape_review.py23def test_read_decisions_reads_json_array(tmp_path: Path) -> None:CODE
LOWtools/landscape/test_build_landscape_review.py35def test_default_analysis_uses_analyzer_output() -> None:CODE
LOWtools/landscape/test_build_landscape_review.py39def test_version_summary_recognizes_compatible_root_range() -> None:CODE
LOWtools/landscape/test_build_landscape_review.py59def test_version_summary_recognizes_old_pin() -> None:CODE
LOWtools/landscape/test_build_landscape_review.py77def test_version_summary_reports_locked_versions() -> None:CODE
LOWtools/landscape/test_build_landscape_review.py94def test_version_summary_recognizes_poetry_caret_range() -> None:CODE
LOWtools/landscape/test_build_landscape_review.py112def test_version_summary_recognizes_poetry_tilde_ranges() -> None:CODE
LOWtools/landscape/test_build_landscape_review.py118def test_version_summary_treats_direct_reference_as_unknown() -> None:CODE
LOWtools/landscape/test_build_landscape_review.py140def test_documentation_summary_keeps_linked_documentation() -> None:CODE
LOWtools/landscape/test_build_landscape_review.py166def test_documentation_summary_keeps_documented_readme_snippet() -> None:CODE
LOWtools/landscape/test_build_landscape_review.py185def test_documentation_summary_excludes_developer_only_files() -> None:CODE
LOWtools/landscape/test_build_landscape_review.py210def test_maintenance_summary_exposes_repository_activity() -> None:CODE
LOWtools/landscape/test_build_landscape_review.py243def test_adapted_usage_requires_lineage_review() -> None:CODE
LOWtools/landscape/test_build_landscape_review.py260def test_hydra_itself_is_not_a_landscape_candidate() -> None:CODE
685 more matches not shown…
Cross-File Repetition109 hits · 545 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
HIGHplugins/hydra_ray_launcher/tests/test_ray_launcher.py0run this launcher through the integration test suite.STRING
HIGH…_ray_launcher/tests/ray_aws_launcher_tests_disabled.py0run this launcher through the integration test suite.STRING
HIGHtests/test_basic_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…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
HIGHhydra/compose.py0: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.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
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.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
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…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
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
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…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
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
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
HIGHhydra/_internal/grammar/grammar_functions.py0sort an input list or sweep. reverse=true reverses the orderSTRING
HIGHwebsite/docs/advanced/override_grammar/extended.md0shuffle input list or sweep (does not support interval)STRING
HIGH…docs/version-1.0/advanced/override_grammar/extended.md0shuffle input list or sweep (does not support interval)STRING
49 more matches not shown…
Deep Nesting65 hits · 64 pts
SeverityFileLineSnippetContext
LOWnoxfile.py543CODE
LOWtools/release/release.py684CODE
LOWtools/landscape/analyze_hydra_usage.py464CODE
LOWtools/landscape/analyze_hydra_usage.py673CODE
LOWtools/landscape/analyze_hydra_usage.py725CODE
LOWtools/landscape/analyze_hydra_usage.py796CODE
LOWtools/landscape/analyze_hydra_usage.py1088CODE
LOWtools/landscape/analyze_hydra_usage.py174CODE
LOWtools/landscape/analyze_hydra_usage.py231CODE
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.py235CODE
LOW…sweeper/hydra_plugins/hydra_nevergrad_sweeper/_impl.py61CODE
LOW…sweeper/hydra_plugins/hydra_nevergrad_sweeper/_impl.py152CODE
LOW…_launcher/hydra_plugins/hydra_joblib_launcher/_core.py98CODE
LOW…/integration_test_tools/create_integration_test_ami.py34CODE
LOWtests/test_overrides_parser.py1981CODE
LOWbuild_helpers/build_helpers.py37CODE
LOWbuild_helpers/build_helpers.py102CODE
LOWhydra/_internal/config_search_path_impl.py26CODE
LOWhydra/_internal/config_repository.py116CODE
LOWhydra/_internal/config_repository.py165CODE
LOWhydra/_internal/defaults_list.py455CODE
LOWhydra/_internal/defaults_list.py515CODE
LOWhydra/_internal/defaults_list.py562CODE
LOWhydra/_internal/defaults_list.py816CODE
LOWhydra/_internal/defaults_list.py899CODE
LOWhydra/_internal/defaults_list.py57CODE
LOWhydra/_internal/defaults_list.py149CODE
LOWhydra/_internal/logging_config.py227CODE
LOWhydra/_internal/hydra.py448CODE
LOWhydra/_internal/config_loader_impl.py57CODE
LOWhydra/_internal/config_loader_impl.py110CODE
LOWhydra/_internal/config_loader_impl.py406CODE
LOWhydra/_internal/utils.py117CODE
LOWhydra/_internal/utils.py217CODE
LOWhydra/_internal/utils.py300CODE
LOWhydra/_internal/utils.py631CODE
LOWhydra/_internal/target_policy.py727CODE
LOWhydra/_internal/grammar/functions.py32CODE
LOWhydra/_internal/grammar/grammar_functions.py87CODE
LOWhydra/_internal/grammar/grammar_functions.py105CODE
LOWhydra/_internal/grammar/grammar_functions.py123CODE
LOWhydra/_internal/grammar/grammar_functions.py145CODE
LOWhydra/_internal/grammar/grammar_functions.py161CODE
LOWhydra/_internal/grammar/grammar_functions.py187CODE
LOWhydra/_internal/grammar/grammar_functions.py319CODE
LOWhydra/_internal/grammar/utils.py43CODE
LOWhydra/_internal/instantiate/_instantiate2.py414CODE
LOWhydra/_internal/instantiate/_instantiate2.py443CODE
LOWhydra/_internal/instantiate/_instantiate2.py782CODE
LOWhydra/_internal/instantiate/_instantiate2.py829CODE
LOWhydra/core/plugins.py168CODE
LOWhydra/core/override_parser/overrides_visitor.py122CODE
LOWhydra/core/override_parser/overrides_visitor.py144CODE
LOWhydra/core/override_parser/overrides_visitor.py265CODE
5 more matches not shown…
Unused Imports28 hits · 28 pts
SeverityFileLineSnippetContext
LOWtools/copyright/check_new_files.py8CODE
LOWtools/landscape/analyze_hydra_projects.py13CODE
LOWtools/landscape/build_public_landscape.py7CODE
LOWtools/landscape/analyze_hydra_usage.py16CODE
LOWtools/landscape/refresh_landscape_metadata.py7CODE
LOWtools/landscape/build_landscape_review.py7CODE
LOW…/configen/example/config/configen/samples/my_module.py8CODE
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__.py212CODE
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.py10CODE
LOWhydra/types.py11CODE
LOWhydra/utils.py12CODE
LOWhydra/utils.py15CODE
LOWhydra/_internal/callbacks.py10CODE
LOWhydra/core/global_hydra.py5CODE
Excessive Try-Catch Wrapping27 hits · 28 pts
SeverityFileLineSnippetContext
LOW…a_rq_launcher/hydra_plugins/hydra_rq_launcher/_core.py240 except Exception:CODE
LOW…na_sweeper/hydra_plugins/hydra_optuna_sweeper/_impl.py343 except Exception as e:CODE
LOW…sweeper/hydra_plugins/hydra_nevergrad_sweeper/_impl.py214 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.py46 except Exception as e:CODE
LOWhydra/utils.py69 except Exception as e:CODE
LOWhydra/utils.py90 except Exception as e:CODE
LOWhydra/_internal/logging_config.py284 except Exception:CODE
LOWhydra/_internal/logging_config.py302 except Exception as exc:CODE
LOWhydra/_internal/hydra.py138 except Exception:CODE
LOWhydra/_internal/utils.py220 except Exception as ex:CODE
LOWhydra/_internal/utils.py287 except Exception:CODE
LOWhydra/_internal/utils.py289 except Exception as ex2:CODE
LOWhydra/_internal/utils.py653 except Exception as exc_import:CODE
LOWhydra/_internal/utils.py674 except Exception as exc_import:CODE
MEDIUMhydra/_internal/utils.py88def is_notebook() -> bool:CODE
LOWhydra/_internal/callbacks.py27 except Exception as e:CODE
LOWhydra/_internal/target_policy.py1016 except Exception:CODE
LOW…dra/_internal/core_plugins/structured_config_source.py18 except Exception as e:CODE
LOWhydra/_internal/instantiate/_instantiate2.py131 except Exception as e:CODE
LOWhydra/_internal/instantiate/_instantiate2.py165 except Exception as e:CODE
LOWhydra/_internal/instantiate/_instantiate2.py270 except Exception as e:CODE
LOWhydra/core/utils.py208 except Exception as e:CODE
LOWhydra/core/utils.py500 except Exception:STRING
LOWhydra/core/override_parser/overrides_visitor.py260 except Exception as e:CODE
LOWhydra/test_utils/test_utils.py390 except Exception as e:STRING
Fake / Example Data16 hits · 20 pts
SeverityFileLineSnippetContext
LOW…uncher/hydra_plugins/hydra_submitit_launcher/config.py72 # Eg: {"mail-user": "user@example.com", "mail-type": "BEGIN"}COMMENT
LOWtests/defaults_list/test_defaults_list.py1463 "placeholder",CODE
LOWtests/defaults_list/test_defaults_list.py1465 [ResultDefault(config_path="placeholder", package="", is_self=True)],CODE
LOWtests/defaults_list/test_defaults_list.py1466 id="placeholder",CODE
LOWtests/defaults_list/test_defaults_list.py1469 "placeholder",CODE
LOWtests/defaults_list/test_defaults_list.py1473 config_path="group1/file1", package="group1", parent="placeholder"CODE
LOWtests/defaults_list/test_defaults_list.py1475 ResultDefault(config_path="placeholder", package="", is_self=True),CODE
LOWtests/defaults_list/test_defaults_tree.py1778 "placeholder",CODE
LOWtests/defaults_list/test_defaults_tree.py1781 node=ConfigDefault(path="placeholder"),CODE
LOWtests/defaults_list/test_defaults_tree.py1787 id="placeholder",CODE
LOWtests/defaults_list/test_defaults_tree.py1790 "placeholder",CODE
LOWtests/defaults_list/test_defaults_tree.py1793 node=ConfigDefault(path="placeholder"),CODE
LOWtests/defaults_list/test_defaults_tree.py1808 node=GroupDefault(group="group1", value="placeholder"),CODE
LOWtests/defaults_list/test_defaults_tree.py1826 node=GroupDefault(group="group1", value="placeholder"),CODE
LOWtests/defaults_list/test_defaults_tree.py3144 node=GroupDefault(group="group1", value="placeholder"),CODE
LOWtests/defaults_list/test_defaults_tree.py3153 {"group1": "placeholder", "group1/group2": None},CODE
Over-Commented Block12 hits · 12 pts
SeverityFileLineSnippetContext
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
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/_internal/target_policy.py261UNCONTROLLED_EXECUTION_TARGET_PREFIXES = (COMMENT
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 Boilerplate10 hits · 10 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.py34def set_up_machine(cfg: DictConfig) -> None:CODE
LOWhydra/__init__.py13__all__ = [CODE
LOWhydra/_internal/defaults_list.py203 def set_known_choice(self, default: InputDefault) -> None:CODE
LOWhydra/_internal/defaults_list.py278def update_package_header(repo: IConfigRepository, node: InputDefault) -> None:CODE
LOWhydra/experimental/callback.py10logger = logging.getLogger(__name__)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.py108 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.py166 # 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
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
AI Structural Patterns4 hits · 4 pts
SeverityFileLineSnippetContext
LOWtools/landscape/analyze_hydra_usage.py1360CODE
LOW…a_rq_launcher/hydra_plugins/hydra_rq_launcher/_core.py60CODE
LOWplugins/hydra_ax_sweeper/tests/apps/polynomial.py17CODE
LOW…her/hydra_plugins/hydra_ray_launcher/_launcher_util.py81CODE
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…a_sweeper/hydra_plugins/hydra_optuna_sweeper/config.py159 # 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 Comments2 hits · 2 pts
SeverityFileLineSnippetContext
LOW.github/backlog-atlas/config.yaml2# Set done_expire_days to null to keep done items indefinitely.COMMENT
LOWhydra/_internal/defaults_list.py956 # Check if the failure is caused by relying on the old slash-containing group defaults behaviorSTRING
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.py2007def test_function(value: Any, expected_value: Any) -> None:CODE