File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ _This project uses semantic versioning_
44
55## UNRELEASED
66
7- - Fix bug on resolving types if not all imported to your module
7+ - Fix bug on resolving types if not all imported to your module [ # 286 ] ( https://github.com/egraphs-good/egglog-python/pull/286 )
88
99## 10.0.0 (2025-03-28)
1010
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ preview = true
221221# Don't require annotations for tests
222222"python/tests/**" = [" ANN001" , " ANN201" , " INP001" ]
223223
224+ # Disable these tests instead for now since ruff doesn't support including all method annotations of decorated class
224225# [tool.ruff.lint.flake8-type-checking]
225226# runtime-evaluated-decorators = [
226227# "egglog.function",
You can’t perform that action at this time.
0 commit comments