The methods requires the pattern arg to be of type str, not Pattern. Signed-off-by: BJ Hargrave <bj@hargrave.dev>
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>
Signed-off-by: BJ Hargrave <bj@hargrave.dev> Co-authored-by: hauntsaninja <hauntsaninja@gmail.com>