Lines Matching defs:str
47 def get_diff_files(ref_a: str, ref_b: str, filter_mode: str = "") -> set[Path]:
68 def get_diff_lines(ref_a: str, ref_b: str, file: Path) -> list[int]:
118 warnings: list[str], files: set[Path]
135 warnings: list[re.Match[str]], ref_a: str, ref_b: str, file: Path
159 warnings: list[str], ref_a: str, ref_b: str
187 warnings: list[str], ref_a: str = "main", ref_b: str = "HEAD"
210 warnings: list[str],
211 files_with_expected_nits: set[str],
212 files_with_nits: set[str],
238 files_with_expected_nits: set[str], files_with_nits: set[str]
254 def fail_if_new_news_nit(warnings: list[str], threshold: int) -> int: