Skip to content

Commit

Permalink
Chore: Expand linting to "tests" folder
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 15, 2024
1 parent e3e6dc0 commit 6e44aa1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ fail_under = 0
show_missing = true

[tool.mypy]
packages = ["ds18b20_datalogger"]
packages = [
"ds18b20_datalogger",
"tests",
]
exclude = [
]
check_untyped_defs = true
Expand Down

0 comments on commit 6e44aa1

Please sign in to comment.