Skip to content
Merged
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
6 changes: 6 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[default.extend-identifiers]
# Vertica logo SVG gradient IDs contain "ot" which is flagged as a typo.
# These are intentional SVG element identifiers, not misspellings.
vertica_page_ot_gradient = "vertica_page_ot_gradient"
vertica_oss_ot_gradient = "vertica_oss_ot_gradient"
vertica_cloud_ot_gradient = "vertica_cloud_ot_gradient"
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pytest
pytest-parametrization>=2022.2.1
pre-commit
mypy
# Pinned below 1.16 because mypy >=1.16 crashes with INTERNAL ERROR on this codebase.
mypy<1.16
deepdiff
# MyPy stubs
types-requests
Expand Down
Loading