You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pylint --load-plugins pylint_celery -E pylint_test.py
> pylint_test.py:20:0: E1120: No value for argument 'a' in function call (no-value-for-parameter)
The text was updated successfully, but these errors were encountered:
The bind=True parameter, which passes the task instance into the task execution triggers a pylint error despite executing fine
The text was updated successfully, but these errors were encountered: