-
-
Notifications
You must be signed in to change notification settings - Fork 421
Improve .pyi files support #1268
Copy link
Copy link
Open
Labels
documentationDocs related taskDocs related taskfeatureNew feature or requestNew feature or requestlevel:advancedNeeds a lot of careNeeds a lot of care
Milestone
Metadata
Metadata
Assignees
Labels
documentationDocs related taskDocs related taskfeatureNew feature or requestNew feature or requestlevel:advancedNeeds a lot of careNeeds a lot of care
Currently, we have a lot of rules that are not very aligned with
.pyifiles.Here are some of them:
...usage as a placeholderAnd probably others as well.
What we need to do here is ignoring this violations when
filenamehas.pyiextension.And better docs about this case.
Related: https://github.com/dry-python/returns/blob/master/setup.cfg#L50