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
- Fix type annotation for parse_foreign_key_error to allow None values
- Remove unnecessary f-string prefixes (ruff F541)
- Split long line in postgres.py FK error pattern (ruff E501)
- Fix equality comparison to False in heading.py (ruff E712)
- Remove unused import 're' from table.py (ruff F401)
All unit tests passing (212/212).
All PostgreSQL multi-backend tests passing (4/4).
mypy and ruff checks passing.
0 commit comments