Skip to content

Commit 6421045

Browse files
Merge pull request #374 from egraphs-good/update-uv
Update UV locked packages
2 parents dce63b5 + ec563d5 commit 6421045

File tree

6 files changed

+1420
-1275
lines changed

6 files changed

+1420
-1275
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dev = [
5151
test = [
5252
"pytest",
5353
"mypy",
54-
"syrupy",
54+
"syrupy>=5",
5555
"egglog[array]",
5656
"pytest-codspeed",
5757
"pytest-benchmark",
@@ -246,6 +246,7 @@ warn_redundant_casts = true
246246
warn_unused_ignores = true
247247
strict_equality = true
248248
extra_checks = true
249+
strict_equality_for_none = true
249250

250251
[tool.maturin]
251252
python-source = "python"

0 commit comments

Comments
 (0)