Skip to content

Add python static analysis #9

Description

@mec07

One of the key problems with python is that there is no in built static analysis that comes automatically when you have a compiler. In python, you just hit the problem at runtime. This means that, unless you have really good code coverage (which we don't right now), you're quite likely to run into problems at runtime.

A quick google revealed a tool called prospector that we could use for python static analysis. There may be other good static analysis tools, but Im not aware of them.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions