This repository was archived by the owner on Nov 3, 2023. It is now read-only.
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
Files passed as arguments ignored by --match #111
Open
Description
It looks like when you pass specific filenames to pep257, it ignores if you have set the --match
option.
For example:
pep257 foo.py bar.py --match='(?!foo).*\.py'
Will still check foo.py and bar.py. While I understand why this makes sense, since there is a default match pattern that ignores 'test_.', and you want to be able to easily use pep257 on a file prefixed with 'test._' if desired, iit means that pep257 doesn't perform as one might expect when using something like xargs to pass a bunch of files into it.
Metadata
Metadata
Assignees
Labels
No labels