Uploaded image for project: 'Yetus'
  1. Yetus
  2. YETUS-841

Support python's requirements.txt prior to pylint

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.10.0
    • Precommit
    • None

    Description

      A codebase I'm familiar with has requirements.txt files all over the place. In order to get proper pylint support, this means either making sure the modules are in the environment some how, such as building a container. But theoretically, pylint.py could install them into a scratch directory (e.g., pip install --user or via venv or whatever) and then run pylint against the source with that in the path. This seems especially do-able in a docker container.

      Attachments

        1. YETUS-841.00.patch
          4 kB
          Allen Wittenauer

        Activity

          People

            aw Allen Wittenauer
            aw Allen Wittenauer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: