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
NO-JIRA: chore(ruff): fix indentation and linting in the checked code so that ruff passes (#1009)
* NO-JIRA: chore(ruff): fix indentation and linting in the checked code so that ruff passes
* apply ruff autofixes
* apply ruff --unsafe-fixes
* G004 Logging statement uses f-string
* UP035 `typing.ContextManager` is deprecated, use `contextlib.AbstractContextManager` instead
* PLE0604 Invalid object in `__all__`, must contain only strings
* N815 Variable `volumePath` in class scope should not be mixedCase
* PLE0604 Invalid object in `__all__`, must contain only strings
* N818 Exception name `WaitException` should be named with an Error suffix
* B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
* # ruff: noqa: PLC0415 `import` should be at the top-level of a file
* PLE0604 Invalid object in `__all__`, must contain only strings
* B008 Do not perform function call `os.getcwd` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable
* PLR0911 Too many return statements (9 > 6)
* N801 Class name `ANNOTATION_TYPE` should use CapWords convention
* PLR0914 Too many local variables (19/15)
* PLE0604 Invalid object in `__all__`, must contain only strings
* RUF013 PEP 484 prohibits implicit `Optional`
* PYI034 `__enter__` methods in classes like `TestFrame` usually return `self` at runtime
* PLC2801 Unnecessary dunder call to `__enter__`
* N803 Argument name `HASH_N` should be lowercase
* suppress what remains
* undo unreadable reformat
0 commit comments