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
Our Github action is supposed to perform linting but it's not configured correctly. Our code should be formatted using flake8 and black, and type-checked with mypy, but only the mypy checking is working correctly. flake8 warnings are being suppressed, and black isn't being used at all.
Our Github action is supposed to perform linting but it's not configured correctly. Our code should be formatted using flake8 and black, and type-checked with mypy, but only the mypy checking is working correctly. flake8 warnings are being suppressed, and black isn't being used at all.
See the botorch workflows for an example of how this could work: https://github.com/pytorch/botorch/blob/main/.github/workflows/lint.yml
The text was updated successfully, but these errors were encountered: