summaryrefslogtreecommitdiff
path: root/poezio/decorators.py
AgeCommit message (Expand)Author
2021-04-11typing: fix a bunch of type errorsmathieui
2021-04-02fix: add missing Typevar binding in decoratorsmathieui
2021-04-02fix: tons of type errorsmathieui
2021-03-14fix: pylint bogus errorsmathieui
2021-02-03decorators: make decorators work with coroutinesmathieui
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
2020-06-01mypy: Make decorators.py pass --strictmathieui
2020-05-09Move the deny_anonymous decorator to the poezio.decorators modulemathieui
2019-02-05Fix wording in command_args_parser.quoted docstringMaxime “pep” Buquet
2018-08-17Add typing information and reformat stuffmathieui
2018-07-14Stop making classes inherit from object.Emmanuel Gil Peyrot
2017-11-12yapf -irmathieui
2017-02-13Don't require parameters for the ignored args wrappermathieui
2016-08-26decorators: fix the case where there is no argumentmathieui
2016-07-06Don't use a list (that we modify) as a default argumentlouiz’
2016-06-30Absolute imports everywheremathieui
2016-06-27Make all relative imports explicit.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot