Skip to content

Commit 84fb856

Browse files
committed
Configure importcheck.
1 parent 8ca8ba2 commit 84fb856

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ license-key = "MIT"
3131
package = "statistics_backend"
3232

3333
[tool.importcheck]
34+
always = [
35+
"statistics_backend.__init__",
36+
"statistics_backend.backend",
37+
"statistics_backend.energy",
38+
"statistics_backend.rainfall",
39+
"statistics_backend.temperature",
40+
]
3441

3542
[tool.mypy]
3643
python_version = "3.8"

0 commit comments

Comments
 (0)