feat: support brace expansion in BUILD/SKIP (#527)
* wip: try wcmatch * feat: expand braces * docs: mention brace expansion * docs: more reasonable examples of brackets * Update docs/options.md Co-authored-by: Joe Rickerby <joerick@mac.com> Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
co-authored by
Joe Rickerby
parent
d394386318
commit
e91d8d82a2
@@ -31,6 +31,7 @@ install_requires =
|
||||
bashlex!=0.13
|
||||
toml
|
||||
certifi
|
||||
bracex
|
||||
typing_extensions; python_version < '3.8'
|
||||
importlib_resources>=1.4; python_version < '3.9'
|
||||
|
||||
@@ -119,6 +120,9 @@ ignore_missing_imports = True
|
||||
[mypy-toml.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-bracex.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[tool:isort]
|
||||
profile=black
|
||||
multi_line_output=3
|
||||
|
||||
Reference in New Issue
Block a user