Skip to content

Commit 958eeb7

Browse files
committed
:shush:
1 parent 4c37bda commit 958eeb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ exclude = ["venv", ".venv", "**/__pycache__"]
33
reportUnnecessaryTypeIgnoreComment = "error"
44
reportPrivateLocalImportUsage = "error"
55
reportPrivateImportUsage = "error"
6+
reportPrivateUsage = "error"
67
reportUnusedCallResult = "none"
78
reportMissingTypeStubs = "none"
89
reportCallInDefaultInitializer = "none"
@@ -19,7 +20,7 @@ indent-style = "space"
1920

2021
[tool.ruff.lint]
2122
select = ["E", "F", "UP", "B", "SIM", "I", "Q", "TID", "D"]
22-
ignore = ["D1", "D417"]
23+
ignore = ["B018", "D1", "D417"]
2324

2425
[tool.ruff.lint.per-file-ignores]
2526
"__init__.py" = ["F403", "TID252"]

0 commit comments

Comments
 (0)