eventoL/eventoL

View on GitHub

Showing 519 of 519 total issues

Redefining name 'event_user1' from outer scope (line 99)
Open

        event_user1, attendee_without_user1,
Severity: Minor
Found in eventol/manager/tests/conftest.py by pylint

Used when a variable's name hides a name defined in the outer scope.

third party import from django.contrib.contenttypes.models import ContentType should be placed before import pyqrcode
Open

from django.contrib.contenttypes.models import ContentType
Severity: Info
Found in eventol/manager/views.py by pylint

Used when PEP8 import order is not respected (standard imports first, then third-party libraries, then local imports)

Unused connection imported from django.db
Open

from django.db import connection
Severity: Minor
Found in eventol/manager/tests/conftest.py by pylint

Used when an imported module or variable is not used.

Unable to import 'pytest'
Open

import pytest
Severity: Critical
Found in eventol/manager/tests/conftest.py by pylint

Used when pylint has been unable to import a module.

Unused argument 'instance'
Open

    def group_names(cls, instance):
Severity: Minor
Found in eventol/manager/binding.py by pylint

Used when a function or method argument is not used.

Redefining name 'event1' from outer scope (line 57)
Open

def attendee_from_event_user1(event_user1, event1):
Severity: Minor
Found in eventol/manager/tests/conftest.py by pylint

Used when a variable's name hides a name defined in the outer scope.

Redefining name 'attendee_from_event_user1' from outer scope (line 129)
Open

        attendee_from_event_user1, organizer1,
Severity: Minor
Found in eventol/manager/tests/conftest.py by pylint

Used when a variable's name hides a name defined in the outer scope.

Redefining name 'event_user2' from outer scope (line 107)
Open

        event_user2, attendee_without_user2,
Severity: Minor
Found in eventol/manager/tests/conftest.py by pylint

Used when a variable's name hides a name defined in the outer scope.

Unable to import 'configurations.management'
Open

    from configurations.management import execute_from_command_line
Severity: Critical
Found in eventol/manage.py by pylint

Used when pylint has been unable to import a module.

Redefining name 'user1' from outer scope (line 76)
Open

def event_user1(user1, event1):
Severity: Minor
Found in eventol/manager/tests/conftest.py by pylint

Used when a variable's name hides a name defined in the outer scope.

Redefining name 'installer1' from outer scope (line 180)
Open

def installation1(attendee_from_event_user1, installer1):
Severity: Minor
Found in eventol/manager/tests/conftest.py by pylint

Used when a variable's name hides a name defined in the outer scope.

Unable to import 'allauth.account.forms'
Open

from allauth.account.forms import LoginForm as AllAuthLoginForm
Severity: Critical
Found in eventol/manager/forms.py by pylint

Used when pylint has been unable to import a module.

Unable to import 'allauth.account.forms'
Open

from allauth.account.forms import \
Severity: Critical
Found in eventol/manager/forms.py by pylint

Used when pylint has been unable to import a module.

Unable to import 'tempus_dominus.widgets'
Open

from tempus_dominus.widgets import DatePicker, TimePicker
Severity: Critical
Found in eventol/manager/forms.py by pylint

Used when pylint has been unable to import a module.

Too few public methods (1/2)
Open

class AttendeeAutocomplete(autocomplete.Select2QuerySetView):
Severity: Info
Found in eventol/manager/forms.py by pylint

Used when class has too few public methods, so be sure it's really worth it.

Too few public methods (0/2)
Open

class SetPasswordForm(AllAuthSetPasswordForm):
Severity: Info
Found in eventol/manager/forms.py by pylint

Used when class has too few public methods, so be sure it's really worth it.

Access to member 'fields' before its definition line 512
Open

            del self.fields[field].widget.attrs['placeholder']
Severity: Critical
Found in eventol/manager/forms.py by pylint

Used when an instance member is accessed before it's actually assigned.

Unused argument 'pk'
Open

    def has_permission(self, user, action, pk):
Severity: Minor
Found in eventol/manager/binding.py by pylint

Used when a function or method argument is not used.

Method could be a function
Open

    def has_permission(self, user, action, pk):
Severity: Info
Found in eventol/manager/binding.py by pylint

Used when a method doesn't use its bound instance, and so could be written as a function.

third party import from django.db import models should be placed before from ckeditor.fields import RichTextField
Open

from django.db import models
Severity: Info
Found in eventol/manager/models.py by pylint

Used when PEP8 import order is not respected (standard imports first, then third-party libraries, then local imports)

Severity
Category
Status
Source
Language