Open
Description
openedon Nov 21, 2023
This typical ML idiom:
import torch.nn.functional as F
(see https://github.com/pytorch/examples/blob/main/mnist/main.py#L5)
gets flagged as:
N812 Lowercase
functional imported as non-lowercase 'F'
I would like to have an option to enable using this specific package without having to write noqa
on every import line or disabling N812 entirely. Is it possible?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels