flake8-filename is a flake8 plugin that validates that certain Python files comply with a user defined pattern. All error codes generated by this plugin begin with N. Here are all possible codes:
Code | Example Message | |
---|---|
N401 | no configuration found ... please provide filename configuration in a flake8 config |
N5XX | filename fails user defined regex pattern |
The codes referenced in the table above that end in XX are configurable. Up to 50 instances may be created.