collerek/ormar

View on GitHub
ormar/queryset/queryset.py

Summary

Maintainability
D
2 days
Test Coverage
A
100%

File queryset.py has 1040 lines of code (exceeds 500 allowed). Consider refactoring.
Open

import asyncio
from typing import (
    TYPE_CHECKING,
    Any,
    AsyncGenerator,
Severity: Major
Found in ormar/queryset/queryset.py - About 1 day to fix

    Function __init__ has 12 arguments (exceeds 6 allowed). Consider refactoring.
    Open

        def __init__(  # noqa CFQ002
    Severity: Major
    Found in ormar/queryset/queryset.py - About 1 hr to fix

      Function rebuild_self has 11 arguments (exceeds 6 allowed). Consider refactoring.
      Open

          def rebuild_self(  # noqa: CFQ002
      Severity: Major
      Found in ormar/queryset/queryset.py - About 1 hr to fix

        There are no issues that match your filters.

        Category
        Status