Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use from __future__ import annotations everywhere (#8643) | Alex Gaynor | 2023-03-31 | 1 | -0/+2 |
| | |||||
* | Added type annotations for more things in backend (#8265) | Alex Gaynor | 2023-02-11 | 1 | -1/+1 |
| | |||||
* | Replace more deprecated `abstractproperty` (#7944) | Viicos | 2022-12-28 | 1 | -4/+8 |
| | |||||
* | Switch from flake8 to ruff (#7920) | Alex Gaynor | 2022-12-21 | 1 | -1/+0 |
| | | | It's more than 60x faster. | ||||
* | Improve type coverage on some backend internals (#6776) | Alex Gaynor | 2022-01-02 | 1 | -0/+2 |
| | |||||
* | Added typing for more of ciphers (#5738) | Alex Gaynor | 2021-02-01 | 1 | -3/+10 |
| | |||||
* | type hinting for symmetric ciphers (#5719) | Paul Kehrer | 2021-01-30 | 1 | -0/+31 |
* type hinting for symmetric ciphers * make our interface verifier happy |