sigmavirus24: sorry for the off-topic question: can I get a list of another user's email addresses from the github api? The docs on that endpoint are less than sketchy
sigmavirus24
nedbat: you can only get the user's public email address. If you can auth as the user you can get all of their email addresses
nedbat
blah
sigmavirus24
E.g., if you are a token bearer for the user, you can get their email addresses if you have that scope on the token
nedbat: I hope I just answered your setuptools question
nedbat
sigmavirus24: i can't read it (and especially think about it) now, but it looks authoritative, which I like!
sigmavirus24
nedbat: I've been noodling on that stuff for a while now
nedbat
sigmavirus24: it definitely seems like everyone is trying to be helpful by reading each other's cfg files to avoid proliferation. having one shared stance would be great.
sigmavirus24
Yeah
The thing is that pep8/flake8 respect three places
setup.cfg, tox.ini, .(flake8|pep8) in that order iirc
first one wins
global configs are only in the global config locations under .flake8 or .pep8
depending on the way you're executing the checks
nedbat
sigmavirus24: coverage looks in .coveragerc, then setup.cfg, and that's it, though you can specify the config, to read tox.ini if you want.