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
docs/_ext/aafig.py:61:23: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
docs/_ext/aafig.py:147:15: TRY003 Avoid specifying long messages outside the exception class
docs/_ext/aafig.py:176:29: SIM115 Use context handler for opening files
docs/_ext/aafig.py:179:25: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
docs/_ext/aafig.py:179:25: TRY200 Use `raise from` to specify exception cause
docs/_ext/aafig.py:193:9: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
docs/_ext/aafig.py:193:9: TRY200 Use `raise from` to specify exception cause
docs/_ext/aafig.py:198:13: SIM115 Use context handler for opening files
0 commit comments