diff --git a/run-tests.sh b/run-tests.sh index a8a6cd90..d7755fef 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -23,7 +23,6 @@ isort -rc -c --skip docs/conf.py -df **/*.py && \ pytest \ - --pep8 \ --cov=inspire_schemas \ --cov-report=term-missing \ --capture=sys \