[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-02-28 15:05:45 +00:00
parent 8c92a36d4d
commit 299902efc1
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ def skip(
:param allow_module_level: :param allow_module_level:
Allows this function to be called at module level. Allows this function to be called at module level.
Raising the skip exception at module level will stop Raising the skip exception at module level will stop
the execution of the module and prevent the collection of all tests in the module, the execution of the module and prevent the collection of all tests in the module,
even those defined before the `skip` call. even those defined before the `skip` call.
Defaults to False. Defaults to False.