Skip to content

Detect imported packages/modules that are not local nor declared in the requirements #78

@louieQ

Description

@louieQ

Imported packages and modules should either be:

  • local to the project directory or
  • declared in the project requirements file (e.g., requirements.txt or environment.yml).

By using the Python ast package, detect whether a notebook contains imported packages and/or modules that are not local nor declared in a requirements file.

Metadata

Metadata

Assignees

Labels

linting ruleA new check performed by pynblint

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions