Add explanatory comment to cython-lint execution.

This commit is contained in:
Raphael Mitsch 2023-07-04 09:48:54 +02:00
parent 481e23cbf9
commit d387d9e91b

View File

@ -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: