spaCy/spacy/pipeline
Basile Dura b0228d8ea6
ci: add cython linter (#12694)
* chore: add cython-linter dev dependency

* fix: lexeme.pyx

* fix: morphology.pxd

* fix: tokenizer.pxd

* fix: vocab.pxd

* fix: morphology.pxd (line length)

* ci: add cython-lint

* ci: fix cython-lint call

* Fix kb/candidate.pyx.

* Fix kb/kb.pyx.

* Fix kb/kb_in_memory.pyx.

* Fix kb.

* Fix training/ partially.

* Fix training/. Ignore trailing whitespaces and too long lines.

* Fix ml/.

* Fix matcher/.

* Fix pipeline/.

* Fix tokens/.

* Fix build errors. Fix vocab.pyx.

* Fix cython-lint install and run.

* Fix lexeme.pyx, parts_of_speech.pxd, vectors.pyx. Temporarily disable cython-lint execution.

* Fix attrs.pyx, lexeme.pyx, symbols.pxd, isort issues.

* Make cython-lint install conditional. Fix tokenizer.pyx.

* Fix remaining files. Reenable cython-lint check.

* Readded parentheses.

* Fix test_build_dependencies().

* Add explanatory comment to cython-lint execution.

---------

Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
2023-07-19 12:03:31 +02:00
..
_edit_tree_internals ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
_parser_internals ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
legacy Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
__init__.py SpanFinder into spaCy from experimental (#12507) 2023-06-07 15:52:28 +02:00
attributeruler.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
dep_parser.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
edit_tree_lemmatizer.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
entity_linker.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
entityruler.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
functions.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
lemmatizer.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
morphologizer.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
multitask.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
ner.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
pipe.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
pipe.pyi Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
pipe.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
sentencizer.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
senter.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
span_finder.py SpanFinder: set default max_length to 25 (#12791) 2023-07-06 09:55:34 +02:00
span_ruler.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
spancat.py SpanFinder into spaCy from experimental (#12507) 2023-06-07 15:52:28 +02:00
tagger.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
textcat_multilabel.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
textcat.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
tok2vec.py Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
trainable_pipe.pxd Configure isort to use the Black profile, recursively isort the spacy module (#12721) 2023-06-14 17:48:41 +02:00
trainable_pipe.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
transition_parser.pxd ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00
transition_parser.pyx ci: add cython linter (#12694) 2023-07-19 12:03:31 +02:00