nitpick.plugins.info module

Info needed by the plugins.

class nitpick.plugins.info.FileInfo(project: Project, path_from_root: str, tags: set[str] = <factory>)[source]

Bases: object

File information needed by the plugin.

classmethod create(project: Project, path_from_root: str) FileInfo[source]

Clean the file name and get its tags.

path_from_root: str
project: Project
tags: set[str]