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
In `linters.py`, have the individual test functions return a bool (Tr…
…ue if no errors), and have the `run_linters` function return an Enum member. This is to help these functions be useful when called from other scripts.