Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 28, 2022
1 parent 5480c7c commit 32e1ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/config/__init__.py
Expand Up @@ -865,7 +865,7 @@ def _args_converter(args: Iterable[str]) -> Tuple[str, ...]:


# shell-style wildcards supported by the `glob` module
_glob_wildcards = re.compile('([*?[])')
_glob_wildcards = re.compile("([*?[])")


@final
Expand Down

0 comments on commit 32e1ee0

Please sign in to comment.