You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like pretty much every file that uses the old typing imports will need from __future__ import annotations (so almost every file in the repo)
Feature Request / Improvement
In #1485, we added
"UP035"
and"UP006"
to the linter ignore list. Let's see if we can resolve the underlying issue instead.Check if we can resolve other ignored linter rules as described in
ruff.toml
iceberg-python/ruff.toml
Line 61 in 59fffe3
And any
# type: ignore
commentshttps://grep.app/search?q=%23%20type%3A%20ignore&filter[repo][0]=apache/iceberg-python
The text was updated successfully, but these errors were encountered: