DFKI-NLP / sherlock

State-of-the-art Information Extraction
3 stars 1 forks source link

fix CI quality checks #21

Closed ArneBinder closed 4 years ago

ArneBinder commented 4 years ago

fixes all issues related to

    black --check --line-length 100 --target-version py37 tests sherlock scripts
    isort --check-only --recursive tests sherlock scripts
    mypy sherlock --ignore-missing-imports
    flake8 tests sherlock scripts

CI run quality checks is fine now.