Skip to content

issues Search Results · repo:jucacrispim/pylint-mongoengine language:Python

Filter by

13 results
 (60 ms)

13 results

injucacrispim/pylint-mongoengine (press backspace or delete to remove)

Hi @jucacrispim Can you please release v0.6.0? Thanks,
  • sanguineti
  • 1
  • Opened 
    on Sep 9, 2024
  • #20

The new Pylint version 3 doesn t work with this plugin and it fails with an ImportError. $ pylint my_project Traceback (most recent call last): File /builds/private/my-project/.venv/bin/pylint , line ...
  • sr-verde
  • Opened 
    on Oct 4, 2023
  • #17

Re-reporting from Pylint issue Bug description Mixed use of pydantic with mongoengine that raises astroid.exceptions.InferenceError: StopIteration raised without any error information. from ...
  • edwinjosegeorge
  • 1
  • Opened 
    on Jan 4, 2023
  • #16

When using pylint-mongoengine with VSCode and the pylance extension, I still get the following error: import mongoengine class Team(mongoengine.Document): name = mongoengine.StringField() location ...
  • romainmartinez
  • 2
  • Opened 
    on Mar 30, 2021
  • #14

I m not sure if this is a pylint-mongoengine or pylint issue, but it happens only when I load pylint-mongoengine plugin. When i run pylint --load-plugins=pylint_mongoengine server/ i get File c:\users\dorin\appdata\local\programs\python\python38-32\lib\runpy.py ...
  • dorinoltean
  • 1
  • Opened 
    on Sep 4, 2020
  • #11

Hello! I am very interested in this project, but struggling to find documentation? There is some? Also, there is a roadmap for future development? Or is this a dead project?
  • hellocoldworld
  • 2
  • Opened 
    on Jan 13, 2020
  • #10

Hello, After installing the plugin, I m getting R0903: Too few public methods (0/2) (too-few-public-methods) for Document classes that only describe a schema, some as simple as from mongoengine import ...
bug
  • claradaia
  • 2
  • Opened 
    on Sep 24, 2019
  • #9

Calls to querysets are not being detected and therefore errors about missing and unexpected arguments are not being suppressed. The problem is in suppression.py, line 35; dec.name should be dec.attrname ...
  • macdjord
  • 3
  • Opened 
    on Jun 18, 2019
  • #8

When I lint my MongoEngine docs, I constantly get warnings about non-iterable values being used in an iterable context when I m iterating over list fields. It would be very nice if those messages could ...
  • macdjord
  • 3
  • Opened 
    on Jun 17, 2019
  • #7

If you have a class which has an embedded document field, and that field is required, attempting to access a field from that subdocument will generate an error. import mongoengine as _me class Foo(_me.EmbeddedDocument): ...
  • macdjord
  • 2
  • Opened 
    on Jun 17, 2019
  • #6
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub