Commit Graph

4 Commits

Author SHA1 Message Date
BJ Hargrave
f6eb38bddd Update assertpy/string.pyi to correct type of pattern arg (#12235)
The methods requires the pattern arg to be of type str, not Pattern.

Signed-off-by: BJ Hargrave <bj@hargrave.dev>
2024-07-11 17:16:10 -07:00
BJ Hargrave
1f8c439ceb Update assertpy/extracting.pyi so that kwargs are not required (#12229)
The recent change to better type the `sort` and `filter` kwargs had the
side effect of making them required. So we fix to supply a default
argument.

Signed-off-by: BJ Hargrave <bj@hargrave.dev>
2024-07-02 12:20:50 -07:00
BJ Hargrave
82199768bf assertpy: improve type for extracting (#12224)
Signed-off-by: BJ Hargrave <bj@hargrave.dev>
Co-authored-by: hauntsaninja <hauntsaninja@gmail.com>
2024-06-26 14:22:32 -07:00
Raphael Castro
5079dc1d9e Add stubs for assertpy (#11916) 2024-05-15 14:56:43 -04:00