Skip to content

Commit

Permalink
update pytype configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lvaylet committed May 17, 2024
1 parent 61ce34d commit 148c733
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 @@ -141,7 +141,9 @@ exclude = [
disable_error_code = "import-untyped"

[tool.pytype]
inputs = ['slo_generator']
inputs = [
"src/slo_generator",
]

[tool.ruff.lint]
# https://docs.astral.sh/ruff/linter/#rule-selection
Expand Down

0 comments on commit 148c733

Please sign in to comment.