diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c599658f4..2f74d887d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,6 +48,7 @@ jobs: - name: cython-lint run: | python -m pip install cython-lint -c requirements.txt + # E501: line too log, W291: trailing whitespace, E266: too many leading '#' for block comment cython-lint spacy --ignore E501,W291,E266 tests: