Skip to content

Commit 8b423a8

Browse files
Add changelog PR number
1 parent a76a780 commit 8b423a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog.md

+1-1
Original file line numberDiff line numberDiff 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

pyproject.toml

+1
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)