Skip to content

Commit 9a31aa5

Browse files
committed
Go away.
1 parent 9512038 commit 9a31aa5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jsonschema/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def _validates(cls):
5656
return _validates
5757

5858

59-
def create(meta_schema, validators=(), version=None, default_types=None): # noqa: C901, E501
59+
def create(meta_schema, validators=(), version=None, default_types=None):
6060
if default_types is None:
6161
default_types = {
6262
u"array": list, u"boolean": bool, u"integer": int_types,

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ commands =
5656
[testenv:style]
5757
basepython = pypy
5858
deps = ebb-lint
59-
commands = flake8 {posargs} --max-complexity 10 {toxinidir}/jsonschema
59+
commands = flake8 {posargs} {toxinidir}/jsonschema
6060

6161

6262
[flake8]

0 commit comments

Comments
 (0)