"Fossies" - the Fresh Open Source Software Archive

Member "cli-1.1260.0/packages/snyk-fix/src/plugins/python/supported-handler-types.ts" (4 Dec 2023, 159 Bytes) of package /linux/misc/snyk-cli-1.1260.0.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TypeScript source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 export enum SUPPORTED_HANDLER_TYPES {
    2   // shortname = display name
    3   REQUIREMENTS = 'requirements.txt',
    4   PIPFILE = 'Pipfile',
    5   POETRY = 'pyproject.toml',
    6 }