Closed danphenderson closed 9 months ago
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: danphenderson. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
Sorry for spamming. I will follow the rules.. I was trying to be quick.
Problem
The flake8 config is ignoring
test
, which doesn't existSolution
It should ignore
tests
, or maybe the exclude line should be removed.Checklist