Don't ignore globs when skipping files for update (#296)
The logic in `_remove_paths` checks if the path is a `str` or `Path` object and only if it is a `str` does it assume it contains a glob. Unfortunately, the `_get_skip_paths` method was wrapping all returned values in `Path` objects so globs were being ignored. Co-authored-by: Sambhav Kothari <sambhavs.email@gmail.com>
R
Robert DeRose committed
1a07ebf5549100a404f238ee8106db931753f501
Parent: 4b8e190
Committed by GitHub <noreply@github.com>
on 12/25/2024, 12:57:22 PM