iterative/dvc

View on GitHub
dvc/data_cloud.py

Summary

Maintainability
C
1 day
Test Coverage

File data_cloud.py has 310 lines of code (exceeds 250 allowed). Consider refactoring.
Open

"""Manages dvc remotes that user can use with push/pull/status commands."""

from collections.abc import Iterable
from typing import TYPE_CHECKING, Optional

Severity: Minor
Found in dvc/data_cloud.py - About 3 hrs to fix

    Function get_remote has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
    Open

        def get_remote(
            self,
            name: Optional[str] = None,
            command: str = "<command>",
        ) -> "Remote":
    Severity: Minor
    Found in dvc/data_cloud.py - About 1 hr to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

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

        def __init__(self, name: str, path: str, fs: "FileSystem", *, index=None, **config):
    Severity: Minor
    Found in dvc/data_cloud.py - About 45 mins to fix

      Function _push has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def _push(
      Severity: Minor
      Found in dvc/data_cloud.py - About 35 mins to fix

        Function pull has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Wontfix

            def pull(
        Severity: Minor
        Found in dvc/data_cloud.py - About 35 mins to fix

          Function status has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def status(
          Severity: Minor
          Found in dvc/data_cloud.py - About 35 mins to fix

            Function _status has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def _status(
            Severity: Minor
            Found in dvc/data_cloud.py - About 35 mins to fix

              Function transfer has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def transfer(
              Severity: Minor
              Found in dvc/data_cloud.py - About 35 mins to fix

                Function push has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Wontfix

                    def push(
                Severity: Minor
                Found in dvc/data_cloud.py - About 35 mins to fix

                  Function _pull has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      def _pull(
                  Severity: Minor
                  Found in dvc/data_cloud.py - About 35 mins to fix

                    There are no issues that match your filters.

                    Category
                    Status