0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-14 00:49:05 +00:00
Commit graph

8 commits

Author SHA1 Message Date
Pēteris Caune
e048ec4c48
Fix "class Foo(object):" -> "class Foo:"
In Python 3 these are equivalent, and shorter is better.
2024-10-29 17:57:50 +02:00
Pēteris Caune
9153c1a552
Improve type hints 2023-09-05 13:31:59 +03:00
Pēteris Caune
1c80b32adf
Use simpler base classes in hc.lib.tests 2023-05-04 10:20:36 +03:00
Pēteris Caune
19383d0414
Improve the error message about rejected private IPs 2023-02-03 10:08:06 +02:00
Pēteris Caune
161430fb10
Sort imports and add "from __future__ import annotations" 2022-10-17 16:52:15 +03:00
Pēteris Caune
3b137df825
Fix latin-1 handling in headers 2022-08-18 10:49:28 +03:00
Pēteris Caune
1f10aedf6c
Add more tests for hc.lib.curl 2022-08-17 16:12:21 +03:00
Pēteris Caune
9fc13403b4
Add tests for hc.lib.curl 2022-08-17 15:39:17 +03:00