Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ show_error_codes = true
#
# We also exclude our `tests` as mypy doesn't always infer
# types correctly and Pyright will still catch any type errors.
exclude = ["src/hubspot_sdk/_files.py", "_dev/.*.py", "tests/.*"]
exclude = ["src/hubspot_sdk/_files.py", "_dev/.*.py", "tests/.*", "src/hubspot_sdk/types/.*"]

strict_equality = true
implicit_reexport = true
Expand Down
3 changes: 0 additions & 3 deletions scripts/lint
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ else
echo "==> Running lints"
rye run lint
fi

echo "==> Making sure it imports"
rye run python -c 'import hubspot_sdk'
Loading