We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76a780 commit 8b423a8Copy full SHA for 8b423a8
docs/changelog.md
@@ -4,7 +4,7 @@ _This project uses semantic versioning_
4
5
## UNRELEASED
6
7
-- Fix bug on resolving types if not all imported to your module
+- Fix bug on resolving types if not all imported to your module [#286](https://github.com/egraphs-good/egglog-python/pull/286)
8
9
## 10.0.0 (2025-03-28)
10
pyproject.toml
@@ -221,6 +221,7 @@ preview = true
221
# Don't require annotations for tests
222
"python/tests/**" = ["ANN001", "ANN201", "INP001"]
223
224
+# Disable these tests instead for now since ruff doesn't support including all method annotations of decorated class
225
# [tool.ruff.lint.flake8-type-checking]
226
# runtime-evaluated-decorators = [
227
# "egglog.function",
0 commit comments