split out file discovery and test it

This commit is contained in:
Anthony Sottile 2021-11-14 19:53:35 -08:00
parent c0ddae2948
commit 66071563c2
9 changed files with 291 additions and 217 deletions

View file

@ -122,4 +122,5 @@ commands =
extend-ignore = E203
per-file-ignores =
src/flake8/formatting/_windows_color.py: N806
tests/*: D
max-complexity = 10