Skip to content

Commit

Permalink
Remove mypy_path to fix static testing
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Aug 22, 2022
1 parent 15306b1 commit 28f5e93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ docstring-convention = "google"
exclude = "build"
pretty = true
python_version = 3.8
mypy_path = "$MYPY_CONFIG_FILE_DIR/src:$MYPY_CONFIG_FILE_DIR/lib:$MYPY_CONFIG_FILE_DIR/tests/unit"
warn_redundant_casts = true
warn_unused_ignores = true
warn_no_return = true
Expand Down

0 comments on commit 28f5e93

Please sign in to comment.