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
Lint-PR-375 (#376)
* Lint PR 375
- Fixed invalid escape sequence in `type_engine.py` (was `SyntaxWarning`, will be error in Python 3.16)
- Removed dead code from Snowflake database module
* Ruff
- Configured Ruff to ignore intentional patterns (re-exports in `__init__.py`, star imports in tests)
- Fixed duplicate test method in `test_build_filters.py`
- Fixed duplicate import in `test_references.py`
* Ruff format