Commit Graph

3 Commits

Author SHA1 Message Date
Jakob Stadler
843b49e96a appdirs: improve annotation for appauthor argument (#9876)
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
2023-03-13 14:43:41 +00:00
Nikita Sobolev
c6261372d7 Always use bool and Literal for Python compat code (#9213) 2022-11-16 18:00:59 +00:00
Akuli
aff3e4d1c5 Create stubs for appdirs (#6047) 2021-09-20 13:20:06 +02:00