SIGN IN SIGN UP

chore: apply Ruff formatting and fix linting issues across codebase

- Fixed E722: replaced bare `except` with `except AttributeError`
- Fixed E721: used `is` for type comparisons (e.g., `is bool`)
- Applied consistent code formatting with Ruff
- Updated all core modules in `src/perth/`
A
Ali Tavallaie committed
35d7b0525a24cf7dfec0ea4d3572966846f7a87f
Parent: 66332f6