Closed the-sinner closed 4 months ago
@sanders41 pylint is falling because the index.py has more than 2000 lines. Should i disable this pylint warning like https://github.com/meilisearch/meilisearch-python/blob/1b76f36212445bac854aa8fd082e559dc5fc7483/meilisearch/index.py#L27
or should i add the code to another file ?
@sanders41 pylint is falling because the index.py has more than 2000 lines. Should i disable this pylint warning like meilisearch-python/meilisearch/index.py
It makes the most sense to keep the code together like you have it so go ahead and disable the rule as you suggested.
Build failed:
bors merge
Pull Request
Related issue
Fixes #916
What does this PR do?
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!