Skip to content

Commit

Permalink
Ensure we don't backslide on the static checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Sep 22, 2023
1 parent c057f0e commit afcc103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ per-file-ignores = ["test/*:D100,D101,D102,D103,D104"]
docstring-convention = "google"

[tool.pyright]
include = ["ops/*.py", "ops/_private/*.py"]
include = ["ops/*.py", "ops/_private/*.py",
"test/test_log.py"
]
pythonVersion = "3.8" # check no python > 3.8 features are used
pythonPlatform = "All"
typeCheckingMode = "strict"
Expand Down

0 comments on commit afcc103

Please sign in to comment.