mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-27 22:31:12 +08:00
Fix: Missing annotation for appauthor argument According to the appdirs doc string and code [1], the appauthor argument in all functions supports False as argument value to skip insertion of author directories. [1] https://github.com/ActiveState/appdirs/blob/master/appdirs.py#L52