-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customer Eval Starter Code #214
Conversation
15fe4b1
to
a61485e
Compare
@@ -56,7 +56,7 @@ run_isort: ## Run isort to update imports. | |||
|
|||
|
|||
fmt_lint: shell ## lint/fmt in current python environment | |||
make run_mypy run_black run_isort run_flake8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason we're removing mypy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its not currently checked as part of linting.
We can add it if we fix the warning.. but did not want to include extra unnecessary changes to unrelated files.
Customer Eval Branch
Merging to main to avoid maintaining custom branch.