localstack/localstack

View on GitHub
localstack-core/localstack/deprecations.py

Summary

Maintainability
A
3 hrs
Test Coverage

File deprecations.py has 301 lines of code (exceeds 250 allowed). Consider refactoring.
Open

# A simple module to track deprecations over time / versions, and some simple functions guiding affected users.
import logging
import os
from dataclasses import dataclass
from typing import Callable, List, Optional
Severity: Minor
Found in localstack-core/localstack/deprecations.py - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status