44a44e938f
Reformat entire project with ruff instead of black
2025-08-18 20:16:10 -04:00
6c2ea4f0a0
Fix some type ignores in backoff and channel
2022-02-21 22:43:19 -05:00
88b520b5ab
Reformat code using black
...
Segments where readability was hampered were fixed by appropriate
format skipping directives. New code should hopefully be black
compatible. The moment they remove the -S option is probably the moment
I stop using black though.
2022-02-20 08:04:58 -05:00
e0a9365d61
Type-hint backoff.py
2021-07-07 20:17:17 -04:00
89456022cf
Add __all__
to remaining modules
2021-04-07 02:30:32 -04:00
9d39b135f4
Modernize code to use f-strings
...
This also removes the encoding on the top, since Python 3 does it by
default. It also changes some methods to use `yield from`.
2021-04-04 07:03:53 -04:00
69bdc3a184
Change copyright year to present
2021-01-15 05:28:11 -05:00
6071607176
Bump copyright year to 2020
...
Closes #2510
2020-01-19 20:03:00 -05:00
3c9bcc2851
Improve documentation
2019-06-07 19:27:46 -04:00
fb02191b80
Organise documentation
2019-03-19 08:24:42 -04:00
9656a21ebe
Bumped copyright years to 2019.
2019-01-28 22:22:50 -05:00
f490afa5dc
Fixed ExponentialBackoff not working when integral
2017-08-08 17:31:09 -04:00
58fa5fdc9a
Add experimental reconnection logic.
2017-02-15 19:10:32 -05:00