lint 0.1.2

A versatile linting tool with CLI, MCP, and library interfaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
class my_class:
    def __init__(self):
        self.value = 10


def CalculateSum(a, b):
    print("Calculating sum...")
    return a + b


print("Hello, World!")