File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/psf/black
5
- rev : 21.4b0
5
+ rev : 21.6b0
6
6
hooks :
7
7
- id : black
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v3.4.0
9
+ rev : v4.0.1
10
10
hooks :
11
11
- id : trailing-whitespace
12
12
- id : end-of-file-fixer
13
13
- id : check-yaml
14
14
- id : check-added-large-files
15
15
- repo : https://github.com/asottile/pyupgrade
16
- rev : v2.13.0
16
+ rev : v2.19.4
17
17
hooks :
18
18
- id : pyupgrade
19
19
args : [--py36-plus]
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ def decorator(*args):
163
163
@pytest .mark .usefixtures (* function_args )
164
164
def scenario_wrapper (request ):
165
165
_execute_scenario (feature , scenario , request )
166
- return fn (* [ request .getfixturevalue (arg ) for arg in args ] )
166
+ return fn (* ( request .getfixturevalue (arg ) for arg in args ) )
167
167
168
168
for param_set in scenario .get_params ():
169
169
if param_set :
You can’t perform that action at this time.
0 commit comments