-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Zsh style
***
(#225)
* Add support for Zsh style `***` * Add tests for glob * Use R'' for non regex strings * Add globmatch tests * Add pathlib tests and fix some issues - Add missing `PurePath.full_match` method that redirects to `PurePath.globmatch`. - `PurePath.match` should respect hidden file rules and symlink rules the same as `rglob`. `match` matches what `rglob` globs. * Fix mypy Python 3.13
- Loading branch information
1 parent
35e9cac
commit 0c069cb
Showing
11 changed files
with
591 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,7 @@ preprocessing | |
preprocessors | ||
prerelease | ||
prereleases | ||
recurse | ||
recursing | ||
regex | ||
sharepoint | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.