Skip to content

Doc suggests pre-commit hook should run with requirements.txt #1615

@dycw

Description

@dycw

The documentation suggests the pre-commit hook:

         - id: pip-compile
            name: pip-compile requirements.txt
            args: [requirements.txt]
            files: ^requirements\.(in|txt)$

however this is incorrect — it should be requirements.in which is passed in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueA good item for first time contributors to work onpre-commitRelated to pre-commit hook

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions