Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ruff alert (currently) not caught by pre-commit
TRY002 Create your own exception I changed `Exception` to `RuntimeError`, but the exception cannot be thrown any way. Any file can be read with encoding "iso-8859-1", UnicodeDecodeError will never be raised with this encoding. Add "no cover" to avoid Codecov warning.
- Loading branch information