Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-05-07 09:55:14 +07:00
parent 77f1c24a7c
commit ca282ca116

View File

@@ -6,6 +6,7 @@ VERSION: int
DEFAULT_EXCLUDE: list[str] DEFAULT_EXCLUDE: list[str]
STANDARD_MODULES: list[str] STANDARD_MODULES: list[str]
MAX_FILE_SIZE: int MAX_FILE_SIZE: int
MAX_LINE_SIZE: int
class Cloc: class Cloc:
modules: dict modules: dict