Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_verbose
Method · 0.95
test_report_quiet
Method · 0.95
test_report_normal
Method · 0.95
resolves_outside_root_or_cannot_stat
Function · 0.80
gen_python_files
Function · 0.80
get_sources
Function · 0.80
Calls
1
out
Function · 0.90
Tested by
3
test_report_verbose
Method · 0.76
test_report_quiet
Method · 0.76
test_report_normal
Method · 0.76