MCPcopy
hub / github.com/psf/black / path_ignored

Method path_ignored

src/black/report.py:57–59  ·  view source on GitHub ↗
(self, path: Path, message: str)

Source from the content-addressed store, hash-verified

55 self.failure_count += 1
56
57 def path_ignored(self, path: Path, message: str) -> None:
58 if self.verbose:
59 out(f"{path} ignored: {message}", bold=False)
60
61 @property
62 def return_code(self) -> int:

Callers 6

test_report_verboseMethod · 0.95
test_report_quietMethod · 0.95
test_report_normalMethod · 0.95
gen_python_filesFunction · 0.80
get_sourcesFunction · 0.80

Calls 1

outFunction · 0.90

Tested by 3

test_report_verboseMethod · 0.76
test_report_quietMethod · 0.76
test_report_normalMethod · 0.76