Skip to content

Commit e443977

Browse files
fix: typos ci (#6725)
## 📝 Summary Add exception to typos for CI --------- Co-authored-by: Shahmir Varqha <[email protected]>
1 parent 873cdc6 commit e443977

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ extra-dependencies = [
247247
"sqlglot[rs]>=26.2.0",
248248
"sqlalchemy>=2.0.40",
249249
"pyiceberg>=0.9.0",
250+
# TODO: Remove pydantic or upgrade pyiceberg once upstream is fixed https://github.com/apache/iceberg-python/issues/2590
251+
"pydantic<2.12.0",
250252
# For testing clickhouse
251253
"chdb>=3; platform_system != 'Windows'", # there is no suitable wheel for windows
252254
"clickhouse-connect>=0.8.18",
@@ -518,6 +520,7 @@ Nd = "Nd" # Confused with And
518520
pn = "pn" # Panel
519521
caf = "caf" # cafe
520522
ser = "ser" # Used in pydantic-core package as part of a function name
523+
oint = "oint" # Contour integrals in markdown completions
521524

522525
[tool.typos.files]
523526
extend-exclude = [

0 commit comments

Comments
 (0)