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_
4
4
5
5
## UNRELEASED
6
6
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 )
8
8
9
9
## 10.0.0 (2025-03-28)
10
10
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ preview = true
221
221
# Don't require annotations for tests
222
222
"python/tests/**" = [" ANN001" , " ANN201" , " INP001" ]
223
223
224
+ # Disable these tests instead for now since ruff doesn't support including all method annotations of decorated class
224
225
# [tool.ruff.lint.flake8-type-checking]
225
226
# runtime-evaluated-decorators = [
226
227
# "egglog.function",
You can’t perform that action at this time.
0 commit comments