Skip to content

Commit b0ae6ac

Browse files
authored
Merge branch 'master' into generate-missing-parsers
2 parents 57b71c5 + e76c0cd commit b0ae6ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 20.8b1
5+
rev: 21.4b0
66
hooks:
77
- id: black
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v3.2.0
9+
rev: v3.4.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
1313
- id: check-yaml
1414
- id: check-added-large-files
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v2.12.0
16+
rev: v2.13.0
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py36-plus]

tests/feature/test_cucumber_json.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,11 @@ def test_converters_dict_with_expand_option(testdir):
303303
"""
304304
import pytest
305305
from pytest_bdd import given, scenario
306-
306+
307307
@given('there is an intvalue <intvalue> and stringvalue <stringvalue> and floatvalue <floatvalue>')
308308
def type_type_and_value_value():
309309
pass
310-
310+
311311
@scenario(
312312
'test.feature',
313313
'Passing outline',

0 commit comments

Comments
 (0)