Coverage for lintro / utils / output / constants.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2026-04-03 18:53 +0000

1"""Constants for output management.""" 

2 

3# Default configuration 

4DEFAULT_BASE_DIR: str = ".lintro" 

5DEFAULT_KEEP_LAST: int = 10 

6DEFAULT_TIMESTAMP_FORMAT: str = "%Y%m%d-%H%M%S" 

7DEFAULT_RUN_PREFIX: str = "run-" 

8DEFAULT_TEMP_PREFIX: str = ".lintro"