Andreas Motl
|
41b4ddb942
|
Use super() instead of super(__class__, self) (#686)
Removes some further Python 2 intricicanties.
It is `ruff` rule SPR001, taken from `flake8-super`.
- https://github.com/charliermarsh/ruff#rules
- https://pypi.org/project/flake8-super/
Implemented with:
ruff --select SPR001 apprise test --fix
|
2022-10-09 10:00:24 -04:00 |
|
Andreas Motl
|
00afe4e5b6
|
Added support for recent CPython and PyPy versions; Droped Python v2.7 Support (#680)
|
2022-10-07 20:28:36 -04:00 |
|
Chris Caron
|
75ad104e99
|
Apprise @notify decorator/plugin support (#625)
|
2022-07-15 11:27:36 -04:00 |
|
Ryan Young
|
b34051ccaf
|
Fix notify() failing when being called from an existing asynchronous event loop (#624)
|
2022-07-13 18:46:47 -04:00 |
|
Chris Caron
|
e2ebdbdcf8
|
Security CWE-312 and CWE-20 Handling (#453)
|
2021-10-06 17:31:34 -04:00 |
|
Chris Caron
|
221e304a73
|
Better asyncio handling in Python <3.7 using threading (#364)
|
2021-02-22 14:16:35 -05:00 |
|