File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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 : 20.8b1
5
+ rev : 21.4b0
6
6
hooks :
7
7
- id : black
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v3.2 .0
9
+ rev : v3.4 .0
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.12 .0
16
+ rev : v2.13 .0
17
17
hooks :
18
18
- id : pyupgrade
19
19
args : [--py36-plus]
Original file line number Diff line number Diff line change @@ -303,11 +303,11 @@ def test_converters_dict_with_expand_option(testdir):
303
303
"""
304
304
import pytest
305
305
from pytest_bdd import given, scenario
306
-
306
+
307
307
@given('there is an intvalue <intvalue> and stringvalue <stringvalue> and floatvalue <floatvalue>')
308
308
def type_type_and_value_value():
309
309
pass
310
-
310
+
311
311
@scenario(
312
312
'test.feature',
313
313
'Passing outline',
You can’t perform that action at this time.
0 commit comments