Skip to content

Commit b1ab035

Browse files
committed
bpr config: Demote private usage to hint
1 parent 2ab0bfc commit b1ab035

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ reportUnnecessaryIsInstance = "none"
227227
reportUnusedCallResult = "none"
228228
reportExplicitAny = "none"
229229
reportUnreachable = "hint"
230+
reportPrivateUsage = "hint"
230231

231232
# This reports even cycles that are qualified by 'if TYPE_CHECKING'. Not what
232233
# we care about at this moment.

0 commit comments

Comments
 (0)