Results 45 comments of Carl Crowder
trafficstars

@NoamNol Have you seen that profiles can already inherit from each other? http://prospector.landscape.io/en/master/profiles.html#inheritance And if so, could you help me explain how what you need is different to what is...

Sorry ignore that previous comment! Yes please a repro step would be good!

I agree with @atodorov . Firstly, an extra flag would just be a special way to disable or enable a single error message, and it doesn't seem necessary to add...

> You don't **need**[emphasis mine] to use get_user_model() > I'm afraid I don't know pylint very well as I don't use it often. I think this is where the difference...

For future reference, I'll add that the "is it a queryset" detection is a bit fuzzy - https://github.com/PyCQA/pylint-django/blob/master/pylint_django/augmentations/__init__.py#L550 - because as @atodorov says, it's not super easy to know for...

@noctuid I think the point Teagum is making is that if prospector is picking up vulture-specific config first somewhere else, it'll ignore the pyproject.toml stuff, so check in case you...

Prospector already has a list of profile names it'll load by default if they're in the cwd - https://github.com/PyCQA/prospector/blob/master/prospector/profiles/__init__.py#L3 - so I'd suggest using one of those

I'll close this as I have just been updating the whole build/test/CI stuff and this is sort of out of date (though CI is still annoyingly failing)

I have been (manually) moving over to poetry so I will close this as basically done

I did this as part of the moving everything to poetry, in https://github.com/PyCQA/pylint-django/commit/054b49a956ae645f07b268c96940740491662814