Repository Analysis

pdm-project/pdm

A modern Python package and dependency manager supporting the latest PEP standards

21.9 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of pdm-project/pdm, a Python project with 8,673 GitHub stars. SynthScan v2.0 examined 48,962 lines of code across 253 source files, recording 1017 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 21.9 places this repository in the Moderate 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).

21.9
Adjusted Score
21.9
Raw Score
100%
Time Factor
2026-08-01
Last Push
8.7K
Stars
Python
Language
49.0K
Lines of Code
253
Files
1.0K
Pattern Hits
2026-08-02
Scan Date
0.03
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 7HIGH 0MEDIUM 8LOW 1002

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 1017 distinct pattern matches across 14 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 Identifiers697 hits · 669 pts
SeverityFileLineSnippetContext
LOWinstall-pdm.py54 def _get_win_folder_with_ctypes(csidl_name: str) -> str:CODE
LOWinstall-pdm.py80 def _get_win_folder_from_registry(csidl_name: str) -> str:CODE
LOWtasks/render_reference_docs.py77def render_configuration_table() -> str:CODE
LOWtasks/max_versions.py39def dump_python_version_module(dest_file) -> None:CODE
LOWtests/test_utils.py153def test_add_ssh_scheme_to_git_uri(given, expected):CODE
LOWtests/test_utils.py163 def test_non_windows_non_local_file_url(self):CODE
LOWtests/test_utils.py168 def test_non_windows_localhost_local_file_url(self):CODE
LOWtests/test_utils.py172 def test_windows_localhost_local_file_url(self):CODE
LOWtests/test_utils.py496def test_validate_project_name(name):CODE
LOWtests/test_utils.py501def test_invalidate_project_name(name):CODE
LOWtests/test_utils.py509def test_sanitize_project_name(given, sanitized):CODE
LOWtests/test_utils.py530def test_fs_supports_link_method_when_method_doesnt_exist():CODE
LOWtests/test_utils.py534def test_convert_to_datetime_when_uppercase_t_is_present():CODE
LOWtests/test_utils.py541def test_convert_to_datetime_when_uppercase_t_is_absent():CODE
LOWtests/test_utils.py570def test_open_for_write_no_symlink_writes_regular_file(tmp_path):CODE
LOWtests/test_utils.py578def test_open_for_write_no_symlink_truncates_existing_file(tmp_path):CODE
LOWtests/test_utils.py586def test_open_for_write_no_symlink_refuses_symlinked_target(tmp_path):CODE
LOWtests/test_utils.py34def test_create_tracked_tempdir(mock_tempfile_mkdtemp, mock_os_makedirs, mock_atexit_register, given, dirname):CODE
LOWtests/test_utils.py74def test_url_without_fragments(given, expected):CODE
LOWtests/test_utils.py107 def test_no_git_username_and_email(self, git_patch, no_git_username_and_email_patch):CODE
LOWtests/test_utils.py137 def test_git_username_and_email(self, git_patch, git_username_and_email_patch):CODE
LOWtests/test_utils.py211def test_expand_env_vars_in_auth(given, expected, monkeypatch):CODE
LOWtests/test_utils.py256 def test_conda_env_with_conda_meta_in_bin(self, tmp_path: Path):CODE
LOWtests/test_utils.py266 def test_py_env_with_pyvenv_cfg(self, tmp_path: Path):CODE
LOWtests/test_utils.py278 def test_conda_env_with_conda_meta(self, tmp_path: Path):CODE
LOWtests/test_utils.py373 def test_not_direct_url_distribution(self, distribution, is_egg_link_patch):CODE
LOWtests/test_utils.py380 def test_direct_url_distribution(self, distribution, is_egg_link_patch):CODE
LOWtests/test_utils.py442def test_dependency_group_selection(project, args, golden):CODE
LOWtests/test_utils.py456def test_exclude_optional_groups_from_all(project, args, golden):CODE
LOWtests/test_utils.py462def test_prod_should_not_be_with_dev(project):CODE
LOWtests/test_utils.py484def test_comparable_version_keeps_parsed_version_intact():CODE
LOWtests/test_utils.py556def test_convert_to_datetime_when_relative_duration_is_given(monkeypatch, value, expected_datetime):CODE
LOWtests/test_plugin.py59def test_plugin_replace_command(pdm, mocker, project, core):CODE
LOWtests/test_plugin.py75def test_load_multiple_plugins(pdm, mocker, core):CODE
LOWtests/test_plugin.py91def test_old_entry_point_compatibility(pdm, mocker, core):CODE
LOWtests/test_plugin.py111def test_project_plugin_library(pdm, project, core, monkeypatch):CODE
LOWtests/test_plugin.py134def test_install_local_plugin_without_name(pdm, project, core, monkeypatch, req_str):CODE
LOWtests/test_plugin.py156def test_project_plugin_directory_is_isolated_by_project_root(project, tmp_path):CODE
LOWtests/test_installer.py58def test_install_wheel_with_inconsistent_dist_info(project):CODE
LOWtests/test_installer.py69def test_install_with_file_existing(project):CODE
LOWtests/test_installer.py83def test_uninstall_commit_rollback(project):CODE
LOWtests/test_installer.py101def test_rollback_after_commit(project, caplog):CODE
LOWtests/test_installer.py126def test_uninstall_with_console_scripts(project, use_install_cache):CODE
LOWtests/test_installer.py144def test_install_wheel_with_cache(project, pdm, supports_link):CODE
LOWtests/test_installer.py183def test_can_install_wheel_with_cache_in_multiple_projects(CODE
LOWtests/test_installer.py216def test_url_requirement_is_not_cached(project):CODE
LOWtests/test_installer.py232def test_editable_is_not_cached(project, tmp_path_factory):CODE
LOWtests/test_installer.py262def test_install_wheel_with_data_scripts(project, use_install_cache):STRING
LOWtests/test_installer.py280def test_windows_record_uses_relative_paths_for_data_scripts(tmp_path, mocker):STRING
LOWtests/test_installer.py305def test_compress_file_list_for_rename():STRING
LOWtests/test_signals.py21def test_post_lock_and_install_signals(project, pdm):CODE
LOWtests/test_signals.py36def test_lock_and_install_signals_injection_with_add(project, pdm):CODE
LOWtests/test_signals.py65def test_lock_and_install_signals_injection_with_install(project, pdm):CODE
LOWtests/test_signals.py96def test_lock_signals_injection_with_update(project, pdm):CODE
LOWtests/test_installer_manager.py9def test_install_passes_candidate_options(mocker):CODE
LOWtests/test_installer_manager.py39def test_install_does_not_cache_editable_candidate(mocker):CODE
LOWtests/test_installer_manager.py53def test_get_paths_to_remove_uses_environment(mocker):CODE
LOWtests/test_installer_manager.py65def test_uninstall_commits_removed_paths(mocker):CODE
LOWtests/test_installer_manager.py78def test_uninstall_rolls_back_after_remove_error(mocker):CODE
LOWtests/test_installer_manager.py93def test_overwrite_preserves_new_distribution_paths(mocker):CODE
637 more matches not shown…
Unused Imports147 hits · 146 pts
SeverityFileLineSnippetContext
LOWinstall-pdm.py1CODE
LOWtasks/release.py1CODE
LOWtasks/release.py13CODE
LOWtasks/render_reference_docs.py1CODE
LOWtasks/max_versions.py1CODE
LOWtests/conftest.py1CODE
LOWtests/test_installer.py1CODE
LOWtests/test_installer_manager.py1CODE
LOWtests/test_synchronizer_base.py1CODE
LOWtests/test_project.py1CODE
LOWtests/models/test_candidates.py1CODE
LOWtests/models/test_auth.py1CODE
LOWtests/models/test_session.py1CODE
LOWtests/models/test_locked_repository.py1CODE
LOWtests/models/test_requirements.py1CODE
LOWtests/models/test_working_set.py1CODE
LOWtests/cli/conftest.py1CODE
LOWtests/resolver/test_providers.py1CODE
LOWsrc/pdm/_types.py1CODE
LOWsrc/pdm/compat.py1CODE
LOWsrc/pdm/compat.py15CODE
LOWsrc/pdm/compat.py17CODE
LOWsrc/pdm/core.py9CODE
LOWsrc/pdm/termui.py1CODE
LOWsrc/pdm/pytest.py22CODE
LOWsrc/pdm/utils.py5CODE
LOWsrc/pdm/exceptions.py1CODE
LOWsrc/pdm/formats/setup_py.py1CODE
LOWsrc/pdm/formats/pipfile.py1CODE
LOWsrc/pdm/formats/pylock.py1CODE
LOWsrc/pdm/formats/poetry.py1CODE
LOWsrc/pdm/formats/__init__.py1CODE
LOWsrc/pdm/formats/__init__.py6CODE
LOWsrc/pdm/formats/requirements.py1CODE
LOWsrc/pdm/formats/flit.py1CODE
LOWsrc/pdm/formats/uv.py1CODE
LOWsrc/pdm/formats/base.py1CODE
LOWsrc/pdm/builders/editable.py1CODE
LOWsrc/pdm/builders/__init__.py1CODE
LOWsrc/pdm/builders/__init__.py2CODE
LOWsrc/pdm/builders/__init__.py3CODE
LOWsrc/pdm/builders/sdist.py1CODE
LOWsrc/pdm/builders/base.py1CODE
LOWsrc/pdm/builders/wheel.py1CODE
LOWsrc/pdm/environments/local.py1CODE
LOWsrc/pdm/environments/__init__.py1CODE
LOWsrc/pdm/environments/__init__.py1CODE
LOWsrc/pdm/environments/__init__.py2CODE
LOWsrc/pdm/environments/__init__.py3CODE
LOWsrc/pdm/environments/python.py1CODE
LOWsrc/pdm/environments/base.py1CODE
LOWsrc/pdm/models/auth.py1CODE
LOWsrc/pdm/models/finder.py1CODE
LOWsrc/pdm/models/caches.py1CODE
LOWsrc/pdm/models/reporter.py1CODE
LOWsrc/pdm/models/session.py1CODE
LOWsrc/pdm/models/venv.py1CODE
LOWsrc/pdm/models/project_info.py1CODE
LOWsrc/pdm/models/backends.py1CODE
LOWsrc/pdm/models/setup.py1CODE
87 more matches not shown…
Hallucination Indicators7 hits · 70 pts
SeverityFileLineSnippetContext
CRITICALsrc/pdm/models/repositories/lock.py260 excludes = {normalize_name(k) for k in self.environment.project.pyproject.resolution.get("excludes", [])}CODE
CRITICALsrc/pdm/models/repositories/pypi.py86 self.environment.project.core.ui.warn(CODE
CRITICALsrc/pdm/models/repositories/base.py137 ignore_settings: list[str] = self.environment.project.pyproject.settings.get("ignore_package_warnings", [])CODE
CRITICALsrc/pdm/models/repositories/base.py292 respect_source_order = self.environment.project.pyproject.settings.get("resolution", {}).get(CODE
CRITICALsrc/pdm/resolver/providers.py192 for k, v in self.repository.environment.project.pyproject.resolution.get("overrides", {}).items()CODE
CRITICALsrc/pdm/installers/uv.py36 self.environment.project.core.ui.echo("[warning]uv doesn't support dry run mode, skipping installation")CODE
CRITICALsrc/pdm/installers/uv.py51 self.environment.project.core.ui.echo(f"Running uv sync command: {cmd}", verbosity=Verbosity.DETAIL)CODE
Deep Nesting68 hits · 68 pts
SeverityFileLineSnippetContext
LOWinstall-pdm.py122CODE
LOWinstall-pdm.py105CODE
LOWtasks/render_reference_docs.py36CODE
LOWsrc/pdm/termui.py227CODE
LOWsrc/pdm/pytest.py105CODE
LOWsrc/pdm/misc/sysconfig_patcher.py191CODE
LOWsrc/pdm/formats/pylock.py33CODE
LOWsrc/pdm/formats/pylock.py111CODE
LOWsrc/pdm/formats/poetry.py47CODE
LOWsrc/pdm/formats/poetry.py163CODE
LOWsrc/pdm/formats/uv.py108CODE
LOWsrc/pdm/formats/uv.py178CODE
LOWsrc/pdm/formats/uv.py191CODE
LOWsrc/pdm/builders/base.py285CODE
LOWsrc/pdm/models/caches.py278CODE
LOWsrc/pdm/models/session.py105CODE
LOWsrc/pdm/models/venv.py57CODE
LOWsrc/pdm/models/setup.py113CODE
LOWsrc/pdm/models/setup.py273CODE
LOWsrc/pdm/models/setup.py427CODE
LOWsrc/pdm/models/requirements.py260CODE
LOWsrc/pdm/models/search.py36CODE
LOWsrc/pdm/models/versions.py35CODE
LOWsrc/pdm/models/repositories/lock.py64CODE
LOWsrc/pdm/models/repositories/lock.py82CODE
LOWsrc/pdm/models/repositories/lock.py218CODE
LOWsrc/pdm/models/repositories/lock.py273CODE
LOWsrc/pdm/cli/actions.py41CODE
LOWsrc/pdm/cli/actions.py176CODE
LOWsrc/pdm/cli/actions.py426CODE
LOWsrc/pdm/cli/utils.py337CODE
LOWsrc/pdm/cli/utils.py402CODE
LOWsrc/pdm/cli/utils.py530CODE
LOWsrc/pdm/cli/utils.py591CODE
LOWsrc/pdm/cli/utils.py668CODE
LOWsrc/pdm/cli/completions/__init__.py98CODE
LOWsrc/pdm/cli/completions/__init__.py165CODE
LOWsrc/pdm/cli/completions/__init__.py170CODE
LOWsrc/pdm/cli/templates/__init__.py62CODE
LOWsrc/pdm/cli/commands/update.py93CODE
LOWsrc/pdm/cli/commands/build.py31CODE
LOWsrc/pdm/cli/commands/run.py312CODE
LOWsrc/pdm/cli/commands/config.py105CODE
LOWsrc/pdm/cli/commands/list.py229CODE
LOWsrc/pdm/cli/commands/export.py69CODE
LOWsrc/pdm/cli/commands/python.py68CODE
LOWsrc/pdm/cli/commands/python.py135CODE
LOWsrc/pdm/cli/commands/init.py155CODE
LOWsrc/pdm/cli/commands/info.py30CODE
LOWsrc/pdm/cli/commands/publish/__init__.py120CODE
LOWsrc/pdm/project/project_file.py38CODE
LOWsrc/pdm/project/core.py211CODE
LOWsrc/pdm/project/core.py449CODE
LOWsrc/pdm/project/core.py1001CODE
LOWsrc/pdm/project/core.py459CODE
LOWsrc/pdm/project/lockfile/freshness.py98CODE
LOWsrc/pdm/project/lockfile/pdmlock.py92CODE
LOWsrc/pdm/resolver/providers.py106CODE
LOWsrc/pdm/resolver/providers.py231CODE
LOWsrc/pdm/resolver/resolvelib.py48CODE
8 more matches not shown…
Excessive Try-Catch Wrapping25 hits · 26 pts
SeverityFileLineSnippetContext
MEDIUMinstall-pdm.py42 print(f"An error occurred when executing {args}:", file=sys.stderr)CODE
LOWsrc/pdm/core.py277 except Exception:CODE
LOWsrc/pdm/core.py360 except Exception as e:CODE
LOWsrc/pdm/termui.py284 except Exception:CODE
LOWsrc/pdm/pytest.py642 except Exception as e:CODE
LOWsrc/pdm/utils.py46except Exception:CODE
LOWsrc/pdm/utils.py161 except Exception:CODE
LOWsrc/pdm/formats/base.py71 except Exception as e:CODE
LOWsrc/pdm/builders/base.py217 except Exception as e:CODE
LOWsrc/pdm/models/auth.py96 except Exception:CODE
LOWsrc/pdm/models/auth.py109 except Exception:CODE
LOWsrc/pdm/models/auth.py122 except Exception:CODE
LOWsrc/pdm/models/caches.py297 except Exception: # pragma: no coverCODE
LOWsrc/pdm/models/candidates.py574 except Exception:CODE
LOWsrc/pdm/models/candidates.py609 except Exception:CODE
LOWsrc/pdm/cli/actions.py415 except Exception as e:CODE
LOWsrc/pdm/cli/completions/__init__.py153 except Exception:CODE
LOWsrc/pdm/cli/commands/use.py105 except Exception as e:CODE
LOWsrc/pdm/cli/commands/list.py423 except Exception as err:CODE
LOWsrc/pdm/project/core.py706 except Exception: # pragma: no coverCODE
LOWsrc/pdm/project/core.py994 except Exception as e:CODE
LOWsrc/pdm/installers/synchronizers.py30 except Exception:CODE
LOWsrc/pdm/installers/synchronizers.py51 except Exception:CODE
LOWsrc/pdm/installers/synchronizers.py78 except Exception:CODE
LOWsrc/pdm/installers/synchronizers.py192 except Exception:CODE
Self-Referential Comments7 hits · 26 pts
SeverityFileLineSnippetContext
MEDIUMtests/environments/test_shebangs.py53 # Create a fake script under the environment's scripts dirCOMMENT
MEDIUMtests/environments/test_environment.py99 # Create the expected wheel pathCOMMENT
MEDIUMtests/models/test_setup_parsing_extra.py193 # Create a dummy PyProject that raises ProjectError on unwrap()COMMENT
MEDIUMtests/cli/test_info.py86 # Create a venvCOMMENT
MEDIUMsrc/pdm/formats/requirements.py202 lines = ["# This file is @generated by PDM.\n# Please do not edit it manually.\n\n"]CODE
MEDIUMsrc/pdm/models/candidates.py80 # This function is called when a lock file candidate is given or incompatible wheelCOMMENT
MEDIUMsrc/pdm/installers/base.py113 # Create a new candidate with editable=FalseCOMMENT
Modern Structural Boilerplate26 hits · 26 pts
SeverityFileLineSnippetContext
LOWsrc/pdm/compat.py74__all__ = ["CompatibleSequence", "tomllib"]CODE
LOWsrc/pdm/termui.py27logger = logging.getLogger(__name__)CODE
LOWsrc/pdm/termui.py192 def set_verbosity(self, verbosity: int) -> None:CODE
LOWsrc/pdm/termui.py199 def set_theme(self, theme: Theme) -> None:CODE
LOWsrc/pdm/builders/__init__.py5__all__ = ["EditableBuilder", "SdistBuilder", "WheelBuilder"]CODE
LOWsrc/pdm/environments/local.py115 def update_shebangs(self, new_path: str) -> None:CODE
LOWsrc/pdm/environments/__init__.py5__all__ = [CODE
LOWsrc/pdm/cli/utils.py591def set_env_in_reg(env_name: str, value: str) -> None:CODE
LOWsrc/pdm/cli/completions/__init__.py161def _set_completer(action: argparse.Action, completer: Callable[..., object]) -> None:CODE
LOWsrc/pdm/cli/completions/__init__.py196__all__ = ["configure_parser"]CODE
LOWsrc/pdm/cli/commands/config.py97 def _set_config(self, project: Project, options: argparse.Namespace) -> None:CODE
LOWsrc/pdm/cli/commands/init.py135 def set_interactive(self, value: bool) -> None:CODE
LOWsrc/pdm/cli/commands/init.py300 def set_python(self, project: Project, python: str | None, hooks: HookManager) -> None:CODE
LOWsrc/pdm/project/toml_file.py51 def set_data(self, data: dict[str, Any]) -> None:CODE
LOWsrc/pdm/project/__init__.py4__all__ = ["Config", "ConfigItem", "Project"]CODE
LOWsrc/pdm/project/core.py233 def set_lockfile(self, path: str | Path) -> None:CODE
LOWsrc/pdm/project/core.py798 def update_dev_dependencies(deps: list[str]) -> None:CODE
LOWsrc/pdm/project/lockfile/pdmlock.py61 def update_hash(self, hash_value: str, algo: str = "sha256") -> None:CODE
LOWsrc/pdm/project/lockfile/pylock.py25 def update_hash(self, hash_value: str, algo: str = "sha256") -> None:CODE
LOWsrc/pdm/project/lockfile/__init__.py26__all__ = [CODE
LOWsrc/pdm/project/lockfile/base.py51 def update_hash(self, hash_value: str, algo: str = "sha256") -> None:CODE
LOWsrc/pdm/project/lockfile/base.py105 def set_data(self, data: Mapping[str, Any]) -> None:CODE
LOWsrc/pdm/resolver/__init__.py5__all__ = ["RLResolver", "Resolver", "UvResolver"]CODE
LOWsrc/pdm/resolver/uv.py26logger = logging.getLogger(__name__)CODE
LOWsrc/pdm/installers/__init__.py6__all__ = ["BaseSynchronizer", "InstallManager", "Synchronizer", "UvSynchronizer"]CODE
LOWsrc/pdm/installers/synchronizers.py172 def update_progress(future: Future, kind: str, key: str) -> None:CODE
Fake / Example Data23 hits · 19 pts
SeverityFileLineSnippetContext
LOWtests/cli/test_init.py33 return_value=("Testing", "me@example.org"),CODE
LOWtests/cli/test_init.py39 "authors": [{"email": "me@example.org", "name": "Testing"}],CODE
LOWtests/cli/test_init.py109 "Author email": "author@example.org",CODE
LOWtests/cli/test_init.py557 return_value=("Testing", "me@example.org"),CODE
LOWtests/cli/test_init.py89 return_value=("Git User", "git@example.org"),CODE
LOWtests/cli/test_init.py144 return_value=("Testing", "me@example.org"),CODE
LOWtests/cli/test_init.py155 assert data["project"]["authors"] == [{"name": "Existing Author", "email": "author@example.org"}]CODE
LOWtests/cli/test_init.py186 return_value=("Testing", "me@example.org"),CODE
LOWtests/cli/test_init.py250 return_value=("Testing", "me@example.org"),CODE
LOWtests/cli/test_init.py261 "authors": [{"email": "me@example.org", "name": "Testing"}],CODE
LOWtests/cli/test_init.py406 return_value=("Testing", "me@example.org"),CODE
LOWtests/cli/test_init.py417 "authors": [{"email": "me@example.org", "name": "Testing"}],CODE
LOWtests/cli/test_init.py460 return_value=("Testing", "me@example.org"),CODE
LOWtests/cli/test_init.py471 "authors": [{"email": "me@example.org", "name": "Testing"}],CODE
LOWtests/cli/test_init.py490 return_value=("Testing", "me@example.org"),CODE
LOWtests/cli/test_init.py507 "authors": [{"email": "me@example.org", "name": "Testing"}],CODE
LOWtests/cli/test_init.py575 "authors": [{"email": "me@example.org", "name": "Testing"}],CODE
LOWtests/cli/test_init.py594 return_value=("Testing", "me@example.org"),CODE
LOWtests/cli/test_init.py612 "authors": [{"email": "me@example.org", "name": "Testing"}],CODE
LOWtests/cli/test_init.py127 authors = [{name = "Existing Author", email = "author@example.org"}]STRING
LOWtests/cli/test_init.py63 authors = [{name = "Existing Author", email = "author@example.org"}]STRING
LOWdocs/reference/pep621.md19 Lorem ipsum dolor sit amet, consectetur adipiscing elit, \CODE
LOWdocs/reference/pep621.md19 Lorem ipsum dolor sit amet, consectetur adipiscing elit, \CODE
AI Structural Patterns7 hits · 7 pts
SeverityFileLineSnippetContext
LOWsrc/pdm/cli/actions.py41CODE
LOWsrc/pdm/cli/actions.py278CODE
LOWsrc/pdm/cli/filters.py111CODE
LOWsrc/pdm/cli/commands/update.py93CODE
LOWsrc/pdm/cli/commands/use.py138CODE
LOWsrc/pdm/cli/commands/add.py89CODE
LOWsrc/pdm/installers/base.py46CODE
AI Slop Vocabulary2 hits · 4 pts
SeverityFileLineSnippetContext
LOWtests/environments/test_environment.py102 # Avoid network: stub out the download function to just create the fileCOMMENT
LOWsrc/pdm/environments/base.py241 # The pip has already been installed with the executable, just use itCOMMENT
Redundant / Tautological Comments2 hits · 3 pts
SeverityFileLineSnippetContext
LOWinstall-pdm.sh241 # Check if sha256sum is availableCOMMENT
LOWinstall-pdm.sh288 # Check if already in PATHCOMMENT
Over-Commented Block3 hits · 3 pts
SeverityFileLineSnippetContext
LOWtests/cli/test_run.py1001 result = pdm(["run", "test_script.py"], obj=project)COMMENT
LOWdocs/usage/scripts.md61# /// scriptCOMMENT
LOWsrc/pdm/misc/sysconfig_patcher.py1# Copyright 2024 Ulrik Sverdrup "bluss"COMMENT
Overly Generic Function Names2 hits · 2 pts
SeverityFileLineSnippetContext
LOWsrc/pdm/pytest.py105 def handle_request(self, request: httpx.Request) -> httpx.Response:CODE
LOWsrc/pdm/cli/commands/run.py312 def run_task(CODE
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
LOW.github/workflows/release.yml10 # make sure to work on WindowsCOMMENT